aboutsummaryrefslogtreecommitdiff
path: root/Makefile.gen
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.gen')
-rw-r--r--Makefile.gen2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.gen b/Makefile.gen
index b223643..c9de86e 100644
--- a/Makefile.gen
+++ b/Makefile.gen
@@ -142,7 +142,6 @@ 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; \
@@ -152,7 +151,6 @@ 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; \