aboutsummaryrefslogtreecommitdiff
path: root/Makefile.gen
diff options
context:
space:
mode:
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; \