[U-Boot] [PATCH] Add cpu/8xxx to TAGS_SUBDIRS

Ed Swarthout Ed.Swarthout at freescale.com
Thu Oct 9 06:38:02 CEST 2008


Signed-off-by: Ed Swarthout <Ed.Swarthout at freescale.com>
---
 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 7c13ce8..25ba4e5 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
-- 
1.5.6.5



More information about the U-Boot mailing list