[bsp][hifive1] add Makefile file
This commit is contained in:
parent
e9b6db768f
commit
f58da45090
|
@ -0,0 +1,7 @@
|
|||
scons := python ${SCONS}\scons.py
|
||||
|
||||
all:
|
||||
@$(scons)
|
||||
|
||||
clean:
|
||||
@$(scons) -c
|
Loading…
Reference in New Issue