[BATTERY] Universal power supply class (was: battery class)
[safe/jmp/linux-2.6] / drivers / power / Makefile
1 power_supply-objs := power_supply_core.o
2
3 ifeq ($(CONFIG_SYSFS),y)
4 power_supply-objs += power_supply_sysfs.o
5 endif
6
7 ifeq ($(CONFIG_LEDS_TRIGGERS),y)
8 power_supply-objs += power_supply_leds.o
9 endif
10
11 ifeq ($(CONFIG_POWER_SUPPLY_DEBUG),y)
12 EXTRA_CFLAGS += -DDEBUG
13 endif
14
15 obj-$(CONFIG_POWER_SUPPLY)      += power_supply.o