diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-25 23:35:21 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-25 23:35:21 +0000 |
commit | 9d5812a11d0f7a0994ba4abbcc1b50189cf3fd71 (patch) | |
tree | f3812bbaa2e2136af293904144f76011aa60775c /packages/mISDN/files/Makefile | |
parent | 36132a0bb4e269e156ef08a8707e5391363b1d0d (diff) |
mISDN: initial "early and often"-release. Partly closes bug 240.
* compilation runs through
* no functionality tests on-device, yet
* hfcs_usb_endianchecks.diff committed, but does not apply cleanly
Disabled in bb
Diffstat (limited to 'packages/mISDN/files/Makefile')
-rw-r--r-- | packages/mISDN/files/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/mISDN/files/Makefile b/packages/mISDN/files/Makefile new file mode 100644 index 0000000000..bed60110ea --- /dev/null +++ b/packages/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} |