This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lqb
/
rt-thread
mirror of
https://gitee.com/rtthread/rt-thread.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[bsp][hifive1] add Makefile file
guozhanxin
6 years ago
parent
e9b6db768f
commit
f58da45090
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
bsp/hifive1/Makefile
+ 7
- 0
bsp/hifive1/Makefile
View File
@@ -0,0 +1,7 @@
+scons := python ${SCONS}\scons.py
+
+all:
+ @$(scons)
+
+clean:
+ @$(scons) -c