summaryrefslogtreecommitdiff
path: root/software/smp/Makefile
blob: 4131ffc668ee0bce7dbb2c7e0eaab5c36a31bea7 (plain)
1
2
3
4
5
6
TARGET = smp
C_SRCS += smp.c
CFLAGS += -O2 -fno-builtin-printf -DENABLE_SMP

BSP_BASE = ../../bsp
include $(BSP_BASE)/env/common.mk