[bsp][hifive1] add Makefile file

This commit is contained in:
guozhanxin 2018-09-30 10:33:32 +08:00
parent e9b6db768f
commit f58da45090
1 changed files with 7 additions and 0 deletions

7
bsp/hifive1/Makefile Normal file
View File

@ -0,0 +1,7 @@
scons := python ${SCONS}\scons.py
all:
@$(scons)
clean:
@$(scons) -c