X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4b17cc52e1bc4810d1053a8e7d3465113ef01473..9c8f7fda46b62cee5664afeec48c97da6835df75:/package/qc-usb/Makefile?ds=sidebyside diff --git a/package/qc-usb/Makefile b/package/qc-usb/Makefile index ff41469b3..47afc8c28 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