From beaa972b824cbc3db92977afd7f9a5a23ff83fdd Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 23 Sep 2011 14:08:13 +0200 Subject: 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 --- Makefile.gen | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.gen') 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; \ -- cgit v1.1