d656982f7a
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
12 lines
262 B
Makefile
12 lines
262 B
Makefile
|
|
include $(APPDIR)/Make.defs
|
|
-include $(SDKDIR)/Make.defs
|
|
|
|
PROGNAME = $(CONFIG_EXAMPLES_CHARGER_PROGNAME)
|
|
PRIORITY = $(CONFIG_EXAMPLES_CHARGER_PRIORITY)
|
|
STACKSIZE = $(CONFIG_EXAMPLES_CHARGER_STACKSIZE)
|
|
|
|
MAINSRC = charger_main.c
|
|
|
|
include $(APPDIR)/Application.mk
|