minor cleanup

SVN-Revision: 6381
v19.07.3_mercusys_ac12_duma
Felix Fietkau 17 years ago
parent 4e60cfe51f
commit 28c9621bef

@ -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) \

Loading…
Cancel
Save