aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/Makefile
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2011-09-28 16:03:53 +0200
committerThomas Huth <thuth@linux.vnet.ibm.com>2011-10-12 16:24:55 +0200
commit72f942f1ac359180acdd528a484203a00a26d172 (patch)
tree7eae5ed473d6e3052c0a4aa80b1cffdaddb31467 /board-qemu/Makefile
parentbeaa972b824cbc3db92977afd7f9a5a23ff83fdd (diff)
downloadSLOF-72f942f1ac359180acdd528a484203a00a26d172.zip
SLOF-72f942f1ac359180acdd528a484203a00a26d172.tar.gz
SLOF-72f942f1ac359180acdd528a484203a00a26d172.tar.bz2
Added e1000 network driver
This driver can be used for downloading files via e1000 compatible NICs. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Diffstat (limited to 'board-qemu/Makefile')
-rw-r--r--board-qemu/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/board-qemu/Makefile b/board-qemu/Makefile
index 79fcf3c..eb677a2 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 stage1 subdirs
+BOARD_TARGETS = tools_build romfs_build clients_build netdrivers stage1 subdirs
SUBDIRS = slof veth
COMMON_LIBS = libc libbootmsg libbases libnvram libelf libhvcall
@@ -35,6 +35,9 @@ 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