Files
xiuos/Ubiquitous/Nuttx/apps/examples/charger/Makefile
2021-06-09 14:33:15 +08:00

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