[leaf-commits] src/bering-uclibc4/source/igb buildtool.cfg, NONE, 1.1 buildtool.mk, NONE, 1.1 igb-2.4.12.tar.gz, NONE, 1.1

Andrew <[email protected]> Wed, 19 Jan 2011 14:57:38 +0000
Newsgroups gmane.linux.leaf.cvs
Message-ID <[email protected]>
Update of /cvsroot/leaf/src/bering-uclibc4/source/igb
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4492/igb

Added Files:
	buildtool.cfg buildtool.mk igb-2.4.12.tar.gz 
Log Message:
Added latest igb driver for Intel LAN


--- NEW FILE: igb-2.4.12.tar.gz ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: buildtool.cfg ---
<File buildtool.mk>
  Server = cvs4-sourceforge
  Revision = HEAD
  Directory = igb
</File>

<File igb-2.4.12.tar.gz>
  Server = cvs4-sourceforge
  Revision = HEAD
  envname = SOURCE
  Directory = igb
</File>


--- NEW FILE: buildtool.mk ---
# makefile for accel-pptp
include $(MASTERMAKEFILE)

DIR:=igb-2.4.12
TARGET_DIR:=$(BT_BUILD_DIR)/igb
MODULE_PATH=kernel/diivers/net/igb

$(DIR)/.source:
	zcat $(SOURCE) | tar -xvf -
	touch $(DIR)/.source

source: $(DIR)/.source

$(DIR)/.build: 
	(cd $(DIR)/src && for i in $(KARCHS); do export LOCALVERSION="-$$i" ; \
	mkdir -p $(TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)-$$i/$(MODULE_PATH) ; \
	$(MAKE) $(EXTRA_VARS) KSRC=$(BT_LINUX_DIR)-$$i CC=$(TARGET_CC) clean && \
	$(MAKE) $(EXTRA_VARS) KSRC=$(BT_LINUX_DIR)-$$i CC=$(TARGET_CC) && \
	cp -a igb.ko $(TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)-$$i/$(MODULE_PATH) ||\
	exit 1 ; $(BT_STRIP) $(BT_STRIP_LIBOPTS) $(TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)-$$i/$(MODULE_PATH)/igb.ko; \
	done)
	cp -a $(TARGET_DIR)/* $(BT_STAGING_DIR)
	touch $(DIR)/.build

build: $(DIR)/.build

clean:
	rm -rf $(TARGET_DIR)
	$(MAKE) -C $(DIR) clean
	rm -f $(DIR)/.build

srcclean: clean
	rm -rf $(DIR)
	rm -f $(DIR)/.source


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl