diff options
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 347ef7627..d03ae7e58 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 \ |