diff --git a/bsp/hifive1/Makefile b/bsp/hifive1/Makefile new file mode 100644 index 0000000000..fe67833df4 --- /dev/null +++ b/bsp/hifive1/Makefile @@ -0,0 +1,7 @@ +scons := python ${SCONS}\scons.py + +all: + @$(scons) + +clean: + @$(scons) -c