瀏覽代碼

Merge pull request #1855 from Guozhanxin/master

[bsp][hifive1] add Makefile file
Bernard Xiong 6 年之前
父節點
當前提交
bce268c8ce
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      bsp/hifive1/Makefile

+ 7 - 0
bsp/hifive1/Makefile

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