Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e233625 authored by Johannes Berg's avatar Johannes Berg Committed by Sam Ravnborg
Browse files

convert drivers/base/power/Makefile to ccflags



This patch converts drivers/base/power/Makefile to use ccflags instead
of EXTRA_CFLAGS.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 80007434
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -2,9 +2,5 @@ obj-$(CONFIG_PM) += sysfs.o
obj-$(CONFIG_PM_SLEEP)	+= main.o
obj-$(CONFIG_PM_TRACE)	+= trace.o

ifeq ($(CONFIG_DEBUG_DRIVER),y)
EXTRA_CFLAGS += -DDEBUG
endif
ifeq ($(CONFIG_PM_VERBOSE),y)
EXTRA_CFLAGS += -DDEBUG
endif
ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG
ccflags-$(CONFIG_PM_VERBOSE)   += -DDEBUG