deaa6c5b7b
and move NUTTXLIB defintion to the common place Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
14 lines
278 B
Makefile
14 lines
278 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)
|
|
|
|
ASRCS =
|
|
CSRCS =
|
|
MAINSRC = charger_main.c
|
|
|
|
include $(APPDIR)/Application.mk
|