sdk-hwV1.3/lichee/melis-v3.0/source/ekernel/components/aw/standby/Makefile

6 lines
130 B
Makefile

ifneq ($(CONFIG_STANDBY_MSGBOX), y)
obj-$(CONFIG_STANDBY) += standby.o pm_notify.o
else
obj-y += standby_e907.o pm_notify.o
endif