]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Add cpu/8xxx to TAGS_SUBDIRS
authorEd Swarthout <Ed.Swarthout@freescale.com>
Thu, 9 Oct 2008 04:38:02 +0000 (23:38 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Oct 2008 19:54:05 +0000 (21:54 +0200)
Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
Makefile

index c711df6f3465d0b89a9e797d74d20842ccf35601..12b20f20e4245ea9fd9adf10fb381c4bea264b29 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -243,9 +243,11 @@ endif
 ifeq ($(CPU),mpc85xx)
 LIBS += drivers/qe/qe.a
 LIBS += cpu/mpc8xxx/ddr/libddr.a
+TAG_SUBDIRS += cpu/mpc8xxx
 endif
 ifeq ($(CPU),mpc86xx)
 LIBS += cpu/mpc8xxx/ddr/libddr.a
+TAG_SUBDIRS += cpu/mpc8xxx
 endif
 LIBS += drivers/rtc/librtc.a
 LIBS += drivers/serial/libserial.a