X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fpackage%2Falsa%2FMakefile;h=db944ee1a9796f371d75c2e32108fbf06c23d5df;hb=d77d9c3562d8fdfd00ebf8e1cb8c5b2b49aa4fbd;hp=6ac3156e47289e1bf09a3509fb43f558e62cab4c;hpb=ce6935134808f99e5bcda21e8e7e3599aef0b43b;p=openwrt-10.03%2F.git diff --git a/target/linux/package/alsa/Makefile b/target/linux/package/alsa/Makefile index 6ac3156e4..db944ee1a 100644 --- a/target/linux/package/alsa/Makefile +++ b/target/linux/package/alsa/Makefile @@ -21,19 +21,25 @@ endif include $(TOPDIR)/package/rules.mk ifeq ($(LINUX_KARCH),i386) +KERNEL_C_INCS:= KERNEL_C_OPTS:= -Os -mpreferred-stack-boundary=2 -march=i486 -fno-unit-at-a-time endif ifeq ($(LINUX_KARCH),mips) +KERNEL_C_INCS:= -I$(KERNEL_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)$(BOARD)+$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH),kernel-$(LINUX_VERSION)-$(BOARD) ($(KERNEL_RELEASE)))) +$(eval $(call PKG_template,KMOD_ALSA,kmod-alsa,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel-$(LINUX_VERSION)-$(BOARD) ($(KERNEL_RELEASE)))) $(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); \ + CFLAGS="$(KERNEL_C_INCS)" \ ./configure \ + --with-build=$(KERNEL_DIR) \ --with-kernel=$(KERNEL_DIR) \ --with-cross=$(KERNEL_CROSS) \ + --with-redhat=no \ + --with-suse=no \ --with-oss=yes \ --with-isapnp=no \ --with-sequencer=no \