summaryrefslogtreecommitdiff
path: root/software/coreplexip_welcome/Makefile
blob: e56ed121c0cd99a6741c81ea3fc2d913060f5c3b (plain)
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