summaryrefslogblamecommitdiffstats
path: root/drivers/power/Makefile
blob: 3c88148983a2dfafc8206d5bad5495b79d191d5c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                 
power_supply-objs := power_supply_core.o

ifeq ($(CONFIG_SYSFS),y)
power_supply-objs += power_supply_sysfs.o
endif

ifeq ($(CONFIG_LEDS_TRIGGERS),y)
power_supply-objs += power_supply_leds.o
endif

ifeq ($(CONFIG_POWER_SUPPLY_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif

obj-$(CONFIG_POWER_SUPPLY)	+= power_supply.o