diff options
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/common/Makefile')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/common/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/common/Makefile b/target/linux/ramips/files/arch/mips/ralink/common/Makefile index 08e16dd5c..24f67ea6c 100644 --- a/target/linux/ramips/files/arch/mips/ralink/common/Makefile +++ b/target/linux/ramips/files/arch/mips/ralink/common/Makefile @@ -8,3 +8,5 @@ # by the Free Software Foundation. obj-y := intc.o gpio.o + +obj-$(CONFIG_RALINK_DEV_GPIO_LEDS) += dev-gpio-leds.o |