From: Ed Swarthout Date: Thu, 9 Oct 2008 04:38:02 +0000 (-0500) Subject: Add cpu/8xxx to TAGS_SUBDIRS X-Git-Tag: v2009.01-rc1~157^2^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5e981d683d2363204c76773941c2e9c2044c808f;p=u-boot Add cpu/8xxx to TAGS_SUBDIRS Signed-off-by: Ed Swarthout --- 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