Преглед на файлове

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