9 lines
205 B
Makefile
9 lines
205 B
Makefile
|
NANOAPP_NAME := busy_startup
|
||
|
NANOAPP_SRC_FILES := busy_startup.cc
|
||
|
|
||
|
NANOAPP_ID := 0x476f6f6754fffffc
|
||
|
NANOAPP_VERSION := 0x00000000
|
||
|
NANOAPP_NAME_STRING := \"CHQTS\ Busy\ Startup\"
|
||
|
|
||
|
include ../shared_make.mk
|