1 2 3 4 5 6 7 8
TARGET = coreplexip_welcome CFLAGS += -O2 -fno-builtin-printf -DNO_INIT BSP_BASE = ../../bsp C_SRCS += coreplexip_welcome.c include $(BSP_BASE)/env/common.mk