From 6442d10212b0e18e8c0fe7d2fd4350c35a59a9a9 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 16 Jul 2009 21:56:51 +0000 Subject: [PATCH] add igb driver --- coblitz-tags.mk | 1 + coblitz.mk | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/coblitz-tags.mk b/coblitz-tags.mk index 01757b93..f6680e2c 100644 --- a/coblitz-tags.mk +++ b/coblitz-tags.mk @@ -42,6 +42,7 @@ MyPLC-SVNPATH := http://svn.planet-lab.org/svn/MyPLC/tags/MyPLC-4.3-21 sfa-SVNPATH := http://svn.planet-lab.org/svn/geniwrapper/tags/geniwrapper-0.8-5 pyopenssl-SVNPATH := http://svn.planet-lab.org/svn/pyopenssl/tags/pyopenssl-0.9-1 PLCRT-SVNPATH := http://svn.planet-lab.org/svn/PLCRT/tags/PLCRT-1.0-5 +igb-SVNPATH := http://svn.planet-lab.org/svn/igb/trunk # locating the right test directory - see make tests_svnpath tests-SVNPATH := http://svn.planet-lab.org/svn/tests/tags/tests-4.3-2 diff --git a/coblitz.mk b/coblitz.mk index 363b34c8..9e863ff2 100644 --- a/coblitz.mk +++ b/coblitz.mk @@ -38,6 +38,24 @@ IN_BOOTSTRAPFS += $(KERNELS) # turns out myplc installs kernel-vserver IN_MYPLC += $(KERNELS) +# +# igb : Intel gigabit ethernet driver +# + +# using some other name than myplc-release, as this is a make target already +igb-MODULES := igb +igb-SPEC := igb.spec +ifeq "$(HOSTARCH)" "i386" +igb-RPMFLAGS:= --target i686 +else +igb-RPMFLAGS:= --target $(HOSTARCH) +endif +igb-DEPEND-DEVEL-RPMS := kernel-devel +ALL += igb +IN_BOOTSTRAPFS += igb +IN_BOOTCD += igb + + # # madwifi # -- 2.43.0