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, 6 insertions, 0 deletions
diff --git a/software/smp/Makefile b/software/smp/Makefile
new file mode 100644
index 0000000..4131ffc
--- /dev/null
+++ b/software/smp/Makefile
@@ -0,0 +1,6 @@
+TARGET = smp
+C_SRCS += smp.c
+CFLAGS += -O2 -fno-builtin-printf -DENABLE_SMP
+
+BSP_BASE = ../../bsp
+include $(BSP_BASE)/env/common.mk