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

BSP_BASE = ../../bsp

C_SRCS += global_interrupts.c
C_SRCS += $(BSP_BASE)/drivers/plic/plic_driver.c

include $(BSP_BASE)/env/common.mk