commit | 28e0007d1d8064ccbcf02256ddb2d1607ffbe28e | [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 | cf92b98c97223d28841375e4576f7dc456407f0a [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