From d474f351997d12d539b4bc0ebc2c3d278cd1629d Mon Sep 17 00:00:00 2001 From: Avik Sil Date: Mon, 23 Sep 2013 14:07:36 +0530 Subject: Remove e1000 network driver as module The driver has been moved to libe1k Signed-off-by: Avik Sil Signed-off-by: Nikunj A Dadhania --- board-qemu/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'board-qemu/Makefile') diff --git a/board-qemu/Makefile b/board-qemu/Makefile index b9109fe..eb43787 100644 --- a/board-qemu/Makefile +++ b/board-qemu/Makefile @@ -10,7 +10,7 @@ # * IBM Corporation - initial implementation # ****************************************************************************/ -BOARD_TARGETS = tools_build romfs_build clients_build netdrivers stage1 subdirs +BOARD_TARGETS = tools_build romfs_build clients_build stage1 subdirs SUBDIRS = slof @@ -37,9 +37,6 @@ stage1: common-libs @echo " ====== Building llfw ======" $(MAKE) -C llfw RELEASE=-DRELEASE=\"\\\"$(RELEASE)\\\"\" -netdrivers: common-libs - $(MAKE) -C ../drivers/e1k - clean_here: rm -f ../slof/OF.ffs rm -f ../boot_rom.bin -- cgit v1.1