diff options
Diffstat (limited to 'cpu/arm1136')
-rw-r--r-- | cpu/arm1136/mx31/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/arm1136/mx31/Makefile b/cpu/arm1136/mx31/Makefile index a57465f..41eb2d4 100644 --- a/cpu/arm1136/mx31/Makefile +++ b/cpu/arm1136/mx31/Makefile @@ -29,9 +29,7 @@ COBJS += generic.o COBJS += timer.o COBJS += devices.o -ifdef CONFIG_NAND_BOOT SOBJS = nand_load.o -endif SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) |