projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c2c9f
)
fix alsa build on x86 (closes: #201)
author
Nicolas Thill
<nico@openwrt.org>
Tue, 17 Jan 2006 13:26:00 +0000
(13:26 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 17 Jan 2006 13:26:00 +0000
(13:26 +0000)
SVN-Revision: 3001
openwrt/target/linux/package/alsa/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/package/alsa/Makefile
b/openwrt/target/linux/package/alsa/Makefile
index dd743874c5c3f432a1a8d8a8ae1006b6f7db01de..11b12cab5d583a3ad719b1cb3847d79985f63952 100644
(file)
--- a/
openwrt/target/linux/package/alsa/Makefile
+++ b/
openwrt/target/linux/package/alsa/Makefile
@@
-17,7
+17,7
@@
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(TOPDIR)/package/rules.mk
ifeq ($(LINUX_KARCH),i386)
-KERNEL_C_INCS:= -I$(LINUX_DIR)/include/asm-i386/mach-generic
+KERNEL_C_INCS:= -I$(LINUX_DIR)/include/asm-i386/mach-generic
-I$(LINUX_DIR)/include/asm-i386/mach-default
KERNEL_C_OPTS:= -Os -mpreferred-stack-boundary=2 -march=i486 -fno-unit-at-a-time
endif
ifeq ($(LINUX_KARCH),mips)