From: hauke Date: Tue, 1 Oct 2013 22:40:32 +0000 (+0000) Subject: kernel: add industrialio-triggered-buffer.ko only when the config option is selected. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8f0dd62de704407152dcb52de8f8d9b75937c662;p=openwrt.git kernel: add industrialio-triggered-buffer.ko only when the config option is selected. Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38276 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 7fcd1056c3..65f2975a2b 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -205,7 +205,7 @@ define KernelPackage/iio-core CONFIG_IIO_TRIGGERED_BUFFER FILES:= \ $(LINUX_DIR)/drivers/iio/industrialio.ko \ - $(LINUX_DIR)/drivers/iio/industrialio-triggered-buffer.ko \ + $(if $(CONFIG_IIO_TRIGGERED_BUFFER),$(LINUX_DIR)/drivers/iio/industrialio-triggered-buffer.ko) \ $(LINUX_DIR)/drivers/iio/kfifo_buf.ko AUTOLOAD:=$(call AutoLoad,55,industrialio kfifo_buf industrialio-triggered-buffer) endef