]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm1136/mx31/Makefile
i.MX31: Create a common device file.
[karo-tx-uboot.git] / cpu / arm1136 / mx31 / Makefile
index 1e49e8d80f935300cb64d5257fca1f3a9914cb51..c8e18f7f0259f98788f91ba9a75b3765bd50539d 100644 (file)
@@ -27,6 +27,7 @@ LIB   = $(obj)lib$(SOC).a
 
 COBJS  += generic.o
 COBJS  += timer.o
+COBJS  += devices.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))