summaryrefslogtreecommitdiff
path: root/packages/nonworking/mISDN/files/Makefile
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-09 04:07:20 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-09 04:07:20 +0000
commit2c7548a057cd1324169208771a4435fa1304900f (patch)
tree5b9db7fad906b709d2bbb1c9c6a27cf3bc4b76a7 /packages/nonworking/mISDN/files/Makefile
parent193c05e487cda2de96e3836622e9cd6f98c0637e (diff)
misdn: moving to nonworking and resolving bug 240 as LATER
Diffstat (limited to 'packages/nonworking/mISDN/files/Makefile')
-rw-r--r--packages/nonworking/mISDN/files/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/nonworking/mISDN/files/Makefile b/packages/nonworking/mISDN/files/Makefile
new file mode 100644
index 0000000000..bed60110ea
--- /dev/null
+++ b/packages/nonworking/mISDN/files/Makefile
@@ -0,0 +1,4 @@
+PWD := $(shell pwd)
+SELECTION := CONFIG_MISDN_DRV=m CONFIG_MISDN_DSP=m CONFIG_MISDN_HFCUSB=m
+default modules:
+ $(MAKE) -C $(KDIR) SUBDIRS=${PWD}/drivers/isdn/hardware/mISDN/ EXTRA_CFLAGS=-I${PWD}/include modules ${SELECTION}