diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-01 22:37:17 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-01 22:37:17 +0000 |
commit | e28d2b88ea1048ce4321f266cf5e52ab8b1e0232 (patch) | |
tree | d070c5355ead2a298ee2c862e472196e1c006065 /target/linux | |
parent | 1d485c737ed43eddf973cacb54b61c38507b3a8c (diff) | |
download | upstream-e28d2b88ea1048ce4321f266cf5e52ab8b1e0232.tar.gz upstream-e28d2b88ea1048ce4321f266cf5e52ab8b1e0232.tar.bz2 upstream-e28d2b88ea1048ce4321f266cf5e52ab8b1e0232.zip |
at91: fix missing drivers/iio/adc/at91-adc.ko in kmod-at91-adc
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38273
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/at91/modules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/at91/modules.mk b/target/linux/at91/modules.mk index 7866e5fd82..4678b92646 100644 --- a/target/linux/at91/modules.mk +++ b/target/linux/at91/modules.mk @@ -38,10 +38,10 @@ $(eval $(call KernelPackage,pwm-atmel)) define KernelPackage/at91-adc SUBMENU:=$(OTHER_MENU) TITLE:=ADC on atmel SoC - DEPENDS:=@TARGET_at91 + DEPENDS:=@TARGET_at91 +kmod-iio-core KCONFIG:=CONFIG_AT91_ADC - FILES:=$(LINUX_DIR)/drivers/iio/adc/at91-adc.ko - AUTOLOAD:=$(call AutoLoad,40,at91-adc) + FILES:=$(LINUX_DIR)/drivers/iio/adc/at91_adc.ko + AUTOLOAD:=$(call AutoLoad,40,at91_adc) endef define KernelPackage/at91-adc/description |