diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-09-29 07:18:31 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-09-29 07:18:31 +0000 |
| commit | 00490da9ba77134c2b79b4a437f4395b78463096 (patch) | |
| tree | 92663ce1116af619ee3b03844eac47eb52bf4a41 /openwrt/target/linux/package/Makefile | |
| parent | 1f809d2cf072f2e7b8598693f47e1da8100d3f8b (diff) | |
| download | mtk-20170518-00490da9ba77134c2b79b4a437f4395b78463096.zip mtk-20170518-00490da9ba77134c2b79b4a437f4395b78463096.tar.gz mtk-20170518-00490da9ba77134c2b79b4a437f4395b78463096.tar.bz2 | |
add alsa kernel driver (thanks to David Collet)
SVN-Revision: 1997
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
| -rw-r--r-- | openwrt/target/linux/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index d1cf0f7..72eea1f 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -1,6 +1,7 @@ # Main makefile for the packages include $(TOPDIR)/rules.mk +package-$(BR2_PACKAGE_KMOD_ALSA) += alsa package-$(BR2_PACKAGE_KMOD_FUSE) += fuse package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo package-$(BR2_PACKAGE_KMOD_SHFS) += shfs @@ -16,6 +17,7 @@ endif all: compile install clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) +prepare: $(patsubst %,%-prepare,$(package-y) $(package-m)) compile: $(patsubst %,%-compile,$(package-y) $(package-m)) install: $(patsubst %,%-install,$(package-y)) |
