]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - libfdt/Makefile
Minor cleanup.
[karo-tx-uboot.git] / libfdt / Makefile
index 418ad6b5ab1337c9f8f824ea9101aebe7376f966..dc411370f5fd550b709b065f71492d179ebcfb66 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)libfdt.a
 
-SOBJS  = 
+SOBJS  =
 
 COBJS  = fdt.o  fdt_ro.o  fdt_rw.o  fdt_strerror.o  fdt_sw.o  fdt_wip.o
 
@@ -44,4 +44,3 @@ include $(SRCTREE)/rules.mk
 sinclude $(obj).depend
 
 #########################################################################
-