|
|
@@ -150,8 +150,9 @@ $(eval $(call KernelPackage,leds-apu))
|
|
|
define KernelPackage/leds-mlxcpld
|
|
|
SUBMENU:=$(LEDS_MENU)
|
|
|
TITLE:=LED support for the Mellanox boards
|
|
|
- FILES:=$(LINUX_DIR)/drivers/leds/leds-mlxcpld.ko
|
|
|
+ DEPENDS:=@TARGET_x86
|
|
|
KCONFIG:=CONFIG_LEDS_MLXCPLD
|
|
|
+ FILES:=$(LINUX_DIR)/drivers/leds/leds-mlxcpld.ko
|
|
|
AUTOLOAD:=$(call AutoProbe,leds-mlxcpld)
|
|
|
endef
|
|
|
|