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