diff options
author | Mike Baker <mbm@openwrt.org> | 2006-01-13 17:33:38 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-01-13 17:33:38 +0000 |
commit | bfd4bc072bd3339f98918ed88e69af9fbca55654 (patch) | |
tree | e88620a8647b489b611a4c6eb89677d24bbea8a9 /target/linux/package/alsa | |
parent | 5572d6f00a64014fcaa0770a5a1d33ff8372e9ab (diff) | |
download | upstream-bfd4bc072bd3339f98918ed88e69af9fbca55654.tar.gz upstream-bfd4bc072bd3339f98918ed88e69af9fbca55654.tar.bz2 upstream-bfd4bc072bd3339f98918ed88e69af9fbca55654.zip |
fix module dependancies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2955 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/alsa')
-rw-r--r-- | target/linux/package/alsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/alsa/Makefile b/target/linux/package/alsa/Makefile index 711ee1fc4c..dd743874c5 100644 --- a/target/linux/package/alsa/Makefile +++ b/target/linux/package/alsa/Makefile @@ -25,7 +25,7 @@ KERNEL_C_INCS:= -I$(LINUX_DIR)/include/asm-mips/mach-generic KERNEL_C_OPTS:= -Os -G 0 -mno-abicalls -fno-pic -finline-limit=100000 -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap endif -$(eval $(call PKG_template,KMOD_ALSA,kmod-alsa,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel-$(LINUX_VERSION)-$(BOARD) ($(LINUX_RELEASE)))) +$(eval $(call PKG_template,KMOD_ALSA,kmod-alsa,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel ($(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)))) $(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); \ |