]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm1136/mx31/Makefile
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / cpu / arm1136 / mx31 / Makefile
index c8e18f7f0259f98788f91ba9a75b3765bd50539d..41eb2d497e2504bd31d37535760f9ca9200cd5f2 100644 (file)
@@ -29,6 +29,8 @@ COBJS += generic.o
 COBJS  += timer.o
 COBJS  += devices.o
 
+SOBJS  = nand_load.o
+
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))