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

6 lines
130 B
Makefile
Raw Normal View History

2024-05-07 10:09:20 +00:00
ifneq ($(CONFIG_STANDBY_MSGBOX), y)
obj-$(CONFIG_STANDBY) += standby.o pm_notify.o
else
obj-y += standby_e907.o pm_notify.o
endif