12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
# set custom targets
|
|
|
|
# set toolchain home
|
|
ifeq ($(strip $(MaPU_TC_HOME)),)
|
|
MaPU_TC_HOME := /public/share/tools/msdk/toolchain
|
|
endif
|
|
|
|
APP: all
|
|
|
|
LIB: libsmartos.a
|
|
|
|
.PHONY: LIB APP |