summaryrefslogtreecommitdiff
path: root/software/local_interrupts/Makefile
blob: 4605ee966f27f4c2b43388a32b7303dd9b815277 (plain)
1
2
3
4
5
6
7
8
TARGET = local_interrupts
CFLAGS += -O2 -fno-builtin-printf -DUSE_LOCAL_ISR

BSP_BASE = ../../bsp

C_SRCS += local_interrupts.c

include $(BSP_BASE)/env/common.mk