aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/Makefile
diff options
context:
space:
mode:
authorAvik Sil <aviksil@linux.vnet.ibm.com>2013-09-23 14:07:36 +0530
committerNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-10-04 12:01:11 +0530
commitd474f351997d12d539b4bc0ebc2c3d278cd1629d (patch)
treee758a976deafe227cc0d3502eee0baeb111cab37 /board-qemu/Makefile
parente5be30744ec9d6d8da26f112792e4b1d7187e2f5 (diff)
downloadSLOF-d474f351997d12d539b4bc0ebc2c3d278cd1629d.zip
SLOF-d474f351997d12d539b4bc0ebc2c3d278cd1629d.tar.gz
SLOF-d474f351997d12d539b4bc0ebc2c3d278cd1629d.tar.bz2
Remove e1000 network driver as module
The driver has been moved to libe1k Signed-off-by: Avik Sil <aviksil@linux.vnet.ibm.com> Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Diffstat (limited to 'board-qemu/Makefile')
-rw-r--r--board-qemu/Makefile5
1 files changed, 1 insertions, 4 deletions
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