mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 12:49:03 +00:00
and move NUTTXLIB defintion to the common place Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
13 lines
278 B
Makefile
13 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
|