From: Ed Swarthout Date: Thu, 9 Oct 2008 04:38:02 +0000 (-0500) Subject: Add cpu/8xxx to TAGS_SUBDIRS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5e981d683d2363204c76773941c2e9c2044c808f;p=project%2Fbcm63xx%2Fu-boot.git 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