diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-21 02:02:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-21 02:02:01 +0000 |
commit | 69d76bb482633a1f0af1dc635a3286062e0397cf (patch) | |
tree | e9b736fcd92c039ec8c8a8f53eb7ee4554266ba1 /include | |
parent | 7248b5e0a964892581e83bb52265c51f98db7040 (diff) | |
download | upstream-69d76bb482633a1f0af1dc635a3286062e0397cf.tar.gz upstream-69d76bb482633a1f0af1dc635a3286062e0397cf.tar.bz2 upstream-69d76bb482633a1f0af1dc635a3286062e0397cf.zip |
make spca5xx depend on video device support in the kernel
SVN-Revision: 6153
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-build.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 26f3054998..c0b17aa841 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -21,6 +21,9 @@ endif ifneq ($(CONFIG_PCMCIA),) FEATURES += pcmcia endif +ifneq ($(CONFIG_VIDEO_DEV),) + FEATURES += video +endif # remove duplicates FEATURES:=$(sort $(FEATURES)) |