/drivers/base/power/Makefile
https://bitbucket.org/evzijst/gittest · Makefile · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 4f22cdbb1a6bdbf5c7b7e806894260eb MD5 · raw file
- obj-y := shutdown.o
- obj-$(CONFIG_PM) += main.o suspend.o resume.o runtime.o sysfs.o
- ifeq ($(CONFIG_DEBUG_DRIVER),y)
- EXTRA_CFLAGS += -DDEBUG
- endif