From 480c18e611950bf26bc3ef9d85b5018bc9dc7e22 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 6 Jan 2008 02:12:40 +0000 Subject: fix potential build errors when changing the qc-usb package selection SVN-Revision: 10124 --- package/qc-usb/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package/qc-usb/Makefile b/package/qc-usb/Makefile index ff41469b32..47afc8c28b 100644 --- a/package/qc-usb/Makefile +++ b/package/qc-usb/Makefile @@ -58,8 +58,7 @@ ifeq ($(KERNEL),2.4) endif endif -ifneq ($(CONFIG_PACKAGE_kmod-video-quickcam),) - define Build/Compile/kmod +define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ LINUX_DIR="$(LINUX_DIR)" \ ARCH="$(LINUX_KARCH)" \ @@ -68,11 +67,6 @@ ifneq ($(CONFIG_PACKAGE_kmod-video-quickcam),) LD="$(TARGET_CC) -nodefaultlibs -nostartfiles" \ USER_OPT="$(KERNEL_C_OPTS)" \ quickcam.$(LINUX_KMOD_SUFFIX) - endef -endif - -define Build/Compile - $(call Build/Compile/kmod) $(MAKE) -C $(PKG_BUILD_DIR) \ CFLAGS="$(TARGET_CFLAGS)" \ qcset -- cgit v1.2.3