projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1f7d22
)
Add cpu/8xxx to TAGS_SUBDIRS
author
Ed Swarthout
<Ed.Swarthout@freescale.com>
Thu, 9 Oct 2008 04:38:02 +0000
(23:38 -0500)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/Makefile
b/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