summaryrefslogtreecommitdiff
path: root/software/coreplexip_welcome/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'software/coreplexip_welcome/Makefile')
-rw-r--r--software/coreplexip_welcome/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/software/coreplexip_welcome/Makefile b/software/coreplexip_welcome/Makefile
deleted file mode 100644
index e56ed12..0000000
--- a/software/coreplexip_welcome/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET = coreplexip_welcome
-CFLAGS += -O2 -fno-builtin-printf -DNO_INIT
-
-BSP_BASE = ../../bsp
-
-C_SRCS += coreplexip_welcome.c
-
-include $(BSP_BASE)/env/common.mk