summaryrefslogtreecommitdiff
path: root/software/demo_gpio/Makefile
blob: 5f201a2b9e4b95aa1de90c52f839cdc0cf18cdc8 (plain)
1
2
3
4
5
6
7
8
9
#See LICENSE for license details.

TARGET=demo_gpio
CFLAGS += -g
CDEFINES += -DUSE_PLIC -DUSE_M_TIME

SWDIR = ../

include $(SWDIR)/shared/Makefile.shared