build leds-adm5120 as a module
SVN-Revision: 9219
This commit is contained in:
parent
c0fb2f61f4
commit
6a7a3bfa6a
@ -252,6 +252,22 @@ endef
|
|||||||
$(eval $(call KernelPackage,softdog))
|
$(eval $(call KernelPackage,softdog))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/leds-adm5120
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
TITLE:=ADM5120 LED support
|
||||||
|
DEPENDS:=@TARGET_adm5120
|
||||||
|
KCONFIG:=CONFIG_LEDS_ADM5120
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/leds/leds-adm5120.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,60,leds-adm5120)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/leds-adm5120/description
|
||||||
|
Kernel module for LEDs on ADM5120 based boards
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,leds-adm5120))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/leds-net48xx
|
define KernelPackage/leds-net48xx
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Soekris Net48xx LED support
|
TITLE:=Soekris Net48xx LED support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user