Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217409
b: refs/heads/master
c: 5789451
h: refs/heads/master
i:
  217407: aec49a4
v: v3
  • Loading branch information
matt mooney authored and Anton Vorontsov committed Oct 6, 2010
1 parent 6e4b116 commit b670b7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9292585c67ddd76285f2610c0cbf6b61fe27f5db
refs/heads/master: 57894517139b283a3cf27e36b29b4b4d7c45b303
16 changes: 4 additions & 12 deletions trunk/drivers/power/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
power_supply-objs := power_supply_core.o
ccflags-$(CONFIG_POWER_SUPPLY_DEBUG) := -DDEBUG

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
power_supply-y := power_supply_core.o
power_supply-$(CONFIG_SYSFS) += power_supply_sysfs.o
power_supply-$(CONFIG_LEDS_TRIGGERS) += power_supply_leds.o

obj-$(CONFIG_POWER_SUPPLY) += power_supply.o

Expand Down

0 comments on commit b670b7d

Please sign in to comment.