summaryrefslogtreecommitdiffstats
path: root/package/qc-usb
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-20 09:49:13 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-20 09:49:13 +0000
commitb9c0ebdb06791ab39ab94c329195f64bc5703ce2 (patch)
tree7d0e2dae3ae0446e5703023a9ef45f83446f6c96 /package/qc-usb
parent29617618544c62385bfe90f88f1c6df630c8c015 (diff)
build the kmod-video-quickcam module only if it was selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10881 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/qc-usb')
-rw-r--r--package/qc-usb/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/package/qc-usb/Makefile b/package/qc-usb/Makefile
index 1d57ccb66..8fd666809 100644
--- a/package/qc-usb/Makefile
+++ b/package/qc-usb/Makefile
@@ -58,7 +58,8 @@ ifeq ($(KERNEL),2.4)
endif
endif
-define Build/Compile
+ifneq ($(CONFIG_PACKAGE_kmod-video-quickcam),)
+ define Build/Compile/kmod
$(MAKE) -C $(PKG_BUILD_DIR) \
LINUX_DIR="$(LINUX_DIR)" \
ARCH="$(LINUX_KARCH)" \
@@ -67,11 +68,20 @@ define Build/Compile
LD="$(TARGET_CC) -nodefaultlibs -nostartfiles" \
USER_OPT="$(KERNEL_C_OPTS)" \
quickcam.$(LINUX_KMOD_SUFFIX)
+ endef
+endif
+
+define Build/Compile/user
$(MAKE) -C $(PKG_BUILD_DIR) \
CFLAGS="$(TARGET_CFLAGS)" \
qcset
endef
+define Build/Compile
+ $(call Build/Compile/kmod)
+ $(call Build/Compile/user)
+endef
+
define Package/qc-usb-utils/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/qcset $(1)/usr/bin/