X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/b1c566996a6e25b203f6f8adb041ee244caae552..786d43e358178e25faedcf81a1caa3bb0e5681ec:/openwrt/target/linux/package/alsa/Makefile diff --git a/openwrt/target/linux/package/alsa/Makefile b/openwrt/target/linux/package/alsa/Makefile index 6ac3156e4..128d2074e 100644 --- a/openwrt/target/linux/package/alsa/Makefile +++ b/openwrt/target/linux/package/alsa/Makefile @@ -21,9 +21,11 @@ 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 @@ -31,9 +33,13 @@ $(eval $(call PKG_template,KMOD_ALSA,kmod-alsa,$(LINUX_VERSION)$(BOARD)+$(PKG_VE $(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 \