Reorganize and fix problems (returns) in the bootm command.
[platform/kernel/u-boot.git] / libfdt / Makefile
index 418ad6b..dc41137 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
 
 #########################################################################
-