]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ixp425-eth/files/makefile.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ixp425-eth / files / makefile.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- /dev/null
7 +++ ixp425-eth-1.1-r0/Makefile
8 @@ -0,0 +1,10 @@
9 +ifneq ($(KERNELRELEASE),)
10 +obj-m  := ixp425_eth.o
11 +
12 +else
13 +KDIR   := /lib/modules/$(shell uname -r)/build
14 +PWD    := $(shell pwd)
15 +
16 +default modules:
17 +       $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
18 +endif