summaryrefslogtreecommitdiff
path: root/cpu/arm1136/mx35/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm1136/mx35/Makefile')
-rw-r--r--cpu/arm1136/mx35/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm1136/mx35/Makefile b/cpu/arm1136/mx35/Makefile
index e83cbf7..afcf771 100644
--- a/cpu/arm1136/mx35/Makefile
+++ b/cpu/arm1136/mx35/Makefile
@@ -28,6 +28,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
COBJS = interrupts.o serial.o generic.o iomux.o
+SOBJS = mxc_nand_load.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))