FPU POST: fix warnings when building with 2.18 binutils
[oweals/u-boot.git] / Makefile
index b99252100306cac235df1166ee562b9ed5acbc76..121e096b1949ced8b4355485a9304e8296ca385e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -197,7 +197,7 @@ include $(TOPDIR)/config.mk
 OBJS  = cpu/$(CPU)/start.o
 ifeq ($(CPU),i386)
 OBJS += cpu/$(CPU)/start16.o
-OBJS += cpu/$(CPU)/reset.o
+OBJS += cpu/$(CPU)/resetvec.o
 endif
 ifeq ($(CPU),ppc4xx)
 OBJS += cpu/$(CPU)/resetvec.o
@@ -2994,16 +2994,16 @@ smdk6400_config :       unconfig
 ## AMD SC520 CDP
 #########################################################################
 eNET_config    :       unconfig
-       @$(MKCONFIG) $(@:_config=) i386 i386 eNET
+       @$(MKCONFIG) $(@:_config=) i386 i386 eNET NULL sc520
 
 sc520_cdp_config       :       unconfig
-       @$(MKCONFIG) $(@:_config=) i386 i386 sc520_cdp
+       @$(MKCONFIG) $(@:_config=) i386 i386 sc520_cdp NULL sc520
 
 sc520_spunk_config     :       unconfig
-       @$(MKCONFIG) $(@:_config=) i386 i386 sc520_spunk
+       @$(MKCONFIG) $(@:_config=) i386 i386 sc520_spunk NULL sc520
 
 sc520_spunk_rel_config :       unconfig
-       @$(MKCONFIG) $(@:_config=) i386 i386 sc520_spunk
+       @$(MKCONFIG) $(@:_config=) i386 i386 sc520_spunk NULL sc520
 
 #========================================================================
 # MIPS