]> git.sur5r.net Git - u-boot/blobdiff - nand_spl/board/davinci/da8xxevm/Makefile
arm, hawkboard: Use the pinmux configurations defined in the arch tree
[u-boot] / nand_spl / board / davinci / da8xxevm / Makefile
index 7b06cd2fe5e115b07b4abcf9411bb365dea8903e..616e6f12c09b651af793b1151e11e4f8aa37a481 100644 (file)
@@ -43,6 +43,7 @@ SOBJS = _divsi3.o \
 COBJS  = cpu.o \
        davinci_nand.o \
        pinmux.o \
+       da850_pinmux.o \
        div0.o \
        hawkboard_nand_spl.o \
        memsize.o \
@@ -82,6 +83,10 @@ $(obj)pinmux.c:
        @rm -f $@
        @ln -s $(TOPDIR)/arch/arm/cpu/arm926ejs/davinci/pinmux.c $@
 
+$(obj)da850_pinmux.c:
+       @rm -f $@
+       @ln -s $(TOPDIR)/arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c $@
+
 # from drivers/mtd/nand directory
 $(obj)davinci_nand.c:
        @rm -f $@