0c84e22aaf
which doesn't use anymore Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
14 lines
279 B
Makefile
14 lines
279 B
Makefile
|
|
-include $(TOPDIR)/Make.defs
|
|
-include $(SDKDIR)/Make.defs
|
|
|
|
PROGNAME = $(CONFIG_EXAMPLES_CHARGER_PROGNAME)
|
|
PRIORITY = $(CONFIG_EXAMPLES_CHARGER_PRIORITY)
|
|
STACKSIZE = $(CONFIG_EXAMPLES_CHARGER_STACKSIZE)
|
|
|
|
ASRCS =
|
|
CSRCS =
|
|
MAINSRC = charger_main.c
|
|
|
|
include $(APPDIR)/Application.mk
|