aboutsummaryrefslogtreecommitdiff
path: root/Makefile.gen
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2011-09-23 14:08:13 +0200
committerThomas Huth <thuth@linux.vnet.ibm.com>2011-10-12 16:24:55 +0200
commitbeaa972b824cbc3db92977afd7f9a5a23ff83fdd (patch)
tree9f119e742cb12c05e8f297fdf2772abb86c0a216 /Makefile.gen
parent580d42015fa68a3f9019e71bd4521b48d7605655 (diff)
downloadSLOF-beaa972b824cbc3db92977afd7f9a5a23ff83fdd.zip
SLOF-beaa972b824cbc3db92977afd7f9a5a23ff83fdd.tar.gz
SLOF-beaa972b824cbc3db92977afd7f9a5a23ff83fdd.tar.bz2
Moved bcm57xx driver to a new directory called "drivers".
The bcm57xx driver is a normal part of the SLOF firmware, so it does not make sense that it resides in the other-licence directory. Moved it to a new directory called "drivers" now. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.gen')
-rw-r--r--Makefile.gen2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.gen b/Makefile.gen
index 69bcdf1..00cac13 100644
--- a/Makefile.gen
+++ b/Makefile.gen
@@ -138,6 +138,7 @@ clean_gen: clean_top
$(MAKE) -C ../romfs/tools BOARD=$(BOARD) clean
$(MAKE) -C ../tools clean
$(MAKE) -C ../other-licence clean
+ $(MAKE) -C ../drivers clean
$(MAKE) -C ../clients clean
@for dir in $(COMMON_LIBS); do \
$(MAKE) -C ../lib/$$dir clean || exit 1; \
@@ -147,6 +148,7 @@ distclean_gen: clean_top
$(MAKE) -C ../romfs/tools BOARD=$(BOARD) distclean
$(MAKE) -C ../tools distclean
$(MAKE) -C ../other-licence distclean
+ $(MAKE) -C ../drivers distclean
$(MAKE) -C ../clients distclean
@for dir in $(COMMON_LIBS); do \
$(MAKE) -C ../lib/$$dir distclean || exit 1; \