aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/Makefile
blob: 81e4abb9dcb0b27bc03e2b8dc8c36c37e78ef5ee (plain)
1
2
3
4
5
6
7
8

# LED Core
obj-$(CONFIG_NEW_LEDS)			+= led-core.o
obj-$(CONFIG_LEDS_CLASS)		+= led-class.o
obj-$(CONFIG_LEDS_TRIGGERS)		+= led-triggers.o

# LED Triggers
obj-$(CONFIG_LEDS_TRIGGER_TIMER)	+= ledtrig-timer.o