diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-27 12:31:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-27 12:31:45 +0000 |
commit | 6a5508ae3e7c51ebb6c3baecf2238dfad1ae1a3b (patch) | |
tree | 6a83d6d0117db3a4c3d67f2c81a57a6895a599bb /package/alsa | |
parent | 3645728cbf34731b80b6a10315072a9bcb0f8720 (diff) | |
download | upstream-6a5508ae3e7c51ebb6c3baecf2238dfad1ae1a3b.tar.gz upstream-6a5508ae3e7c51ebb6c3baecf2238dfad1ae1a3b.tar.bz2 upstream-6a5508ae3e7c51ebb6c3baecf2238dfad1ae1a3b.zip |
fix alsa compile
SVN-Revision: 6401
Diffstat (limited to 'package/alsa')
-rw-r--r-- | package/alsa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/alsa/Makefile b/package/alsa/Makefile index 347ef76276..d03ae7e589 100644 --- a/package/alsa/Makefile +++ b/package/alsa/Makefile @@ -52,6 +52,7 @@ CONFIGURE_VARS:= \ CONFIGURE_ARGS:= \ --with-build="$(LINUX_DIR)" \ --with-kernel="$(LINUX_DIR)" \ + --with-cross="$(KERNEL_CROSS)" \ --with-redhat=no \ --with-suse=no \ --with-oss=yes \ |