chg: refactor standalone mode info string

add: icerun - skeleton standalone mode for ppl to use as base for their new modes.
This commit is contained in:
iceman1001
2019-04-25 21:44:34 +02:00
parent a59f7a50ce
commit 7220653ccd
12 changed files with 97 additions and 44 deletions

View File

@@ -103,7 +103,7 @@ endif
SRC_STANDALONE =
# WITH_LF_ICERUN
ifneq (,$(findstring WITH_LF_ICERUN,$(APP_CFLAGS)))
SRC_STANDALONE =
SRC_STANDALONE = lf_icerun.c
endif
# WITH_LF_SAMYRUN
ifneq (,$(findstring WITH_LF_SAMYRUN,$(APP_CFLAGS)))