1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:46:16 +02:00

minor cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6381 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-02-26 00:52:51 +00:00
parent 02059e7283
commit 8b31bdf767

View File

@ -46,21 +46,18 @@ ifeq ($(LINUX_KARCH),mips)
KERNEL_C_INCS:= -I$(LINUX_DIR)/include/asm-mips/mach-generic KERNEL_C_INCS:= -I$(LINUX_DIR)/include/asm-mips/mach-generic
endif endif
define Build/Configure CONFIGURE_VARS:= \
(cd $(PKG_BUILD_DIR); \ CFLAGS="$(KERNEL_C_INCS)"
CFLAGS="$(KERNEL_C_INCS)" \
./configure \ CONFIGURE_ARGS:= \
--with-build="$(LINUX_DIR)" \ --with-build="$(LINUX_DIR)" \
--with-kernel="$(LINUX_DIR)" \ --with-kernel="$(LINUX_DIR)" \
--with-cross="$(KERNEL_CROSS)" \
--with-redhat=no \ --with-redhat=no \
--with-suse=no \ --with-suse=no \
--with-oss=yes \ --with-oss=yes \
--with-isapnp=no \ --with-isapnp=no \
--with-sequencer=no \ --with-sequencer=no \
--with-cards=usb-audio \ --with-cards=usb-audio
);
endef
define Build/Compile define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) \