projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use the cross-compiler to build additional packages
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
alsa
/
Makefile
diff --git
a/openwrt/target/linux/package/alsa/Makefile
b/openwrt/target/linux/package/alsa/Makefile
index
f616fa0
..
6ac3156
100644
(file)
--- a/
openwrt/target/linux/package/alsa/Makefile
+++ b/
openwrt/target/linux/package/alsa/Makefile
@@
-44,7
+44,9
@@
$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
ARCH="$(LINUX_KARCH)" \
- c_opts="$(KERNEL_C_OPTS)"
+ CROSS_COMPILE="$(TARGET_CROSS)" \
+ c_opts="$(KERNEL_C_OPTS)" \
+ all
touch $@
$(IPKG_KMOD_ALSA):
This page took
0.018671 seconds
and
4
git commands to generate.