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