summaryrefslogtreecommitdiffstats
path: root/target/linux/package/alsa/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-09 17:16:22 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-09 17:16:22 +0000
commitd1f90bbe86153b38df68f48c0f18854cc71bfae6 (patch)
tree04aa590cbd44ea25c57de38f2739a41532be2af7 /target/linux/package/alsa/Makefile
parent62adc1bc11c690e96fc4d1b0fd2464d06932c9a4 (diff)
x86-2.6 compile fixes for snapshot build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2867 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/alsa/Makefile')
-rw-r--r--target/linux/package/alsa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/alsa/Makefile b/target/linux/package/alsa/Makefile
index eea05a074..02baa44b3 100644
--- a/target/linux/package/alsa/Makefile
+++ b/target/linux/package/alsa/Makefile
@@ -21,7 +21,7 @@ endif
include $(TOPDIR)/package/rules.mk
ifeq ($(LINUX_KARCH),i386)
-KERNEL_C_INCS:=
+KERNEL_C_INCS:= -I$(KERNEL_DIR)/include/asm-i386/mach-generic
KERNEL_C_OPTS:= -Os -mpreferred-stack-boundary=2 -march=i486 -fno-unit-at-a-time
endif
ifeq ($(LINUX_KARCH),mips)