summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEd Swarthout <Ed.Swarthout@freescale.com>2008-10-08 23:38:02 -0500
committerWolfgang Denk <wd@denx.de>2008-10-18 21:54:05 +0200
commit5e981d683d2363204c76773941c2e9c2044c808f (patch)
tree88de9a56894460430c3adbb0ef14a856f24a8ff2 /Makefile
parente1f7d22b8b52fc08c4d17a6a7db1e664281aed63 (diff)
downloadblackbird-obmc-uboot-5e981d683d2363204c76773941c2e9c2044c808f.tar.gz
blackbird-obmc-uboot-5e981d683d2363204c76773941c2e9c2044c808f.zip
Add cpu/8xxx to TAGS_SUBDIRS
Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c711df6f34..12b20f20e4 100644
--- 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
OpenPOWER on IntegriCloud