Skip to content
Snippets Groups Projects
Commit e28d2b88 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

at91: fix missing drivers/iio/adc/at91-adc.ko in kmod-at91-adc


Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 38273
parent 1d485c73
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment