From 7e0d5387128228d407ee1cafd2ce6fa9ac6252b9 Mon Sep 17 00:00:00 2001 From: Avik Sil Date: Mon, 23 Sep 2013 14:07:36 +0530 Subject: Remove bcm57xx network driver as module The driver has been moved to libbcm Signed-off-by: Avik Sil Signed-off-by: Nikunj A Dadhania --- Makefile.gen | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.gen') 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; \ -- cgit v1.1