commit | 5e981d683d2363204c76773941c2e9c2044c808f | [log] [tgz] |
---|---|---|
author | Ed Swarthout <Ed.Swarthout@freescale.com> | Wed Oct 08 23:38:02 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 18 21:54:05 2008 +0200 |
tree | 88de9a56894460430c3adbb0ef14a856f24a8ff2 | |
parent | e1f7d22b8b52fc08c4d17a6a7db1e664281aed63 [diff] [blame] |
Add cpu/8xxx to TAGS_SUBDIRS Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
diff --git a/Makefile b/Makefile index c711df6..12b20f2 100644 --- a/Makefile +++ b/Makefile
@@ -243,9 +243,11 @@ 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