Merge pull request #1855 from Guozhanxin/master

[bsp][hifive1] add Makefile file
This commit is contained in:
Bernard Xiong 2018-09-30 10:37:48 +08:00 committed by GitHub
commit bce268c8ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
bsp/hifive1/Makefile Normal file
View File

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