xiuos/Ubiquitous/Nuttx/apps/examples/charger/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