Jelajahi Sumber

[bsp][hifive1] add Makefile file

guozhanxin 6 tahun lalu
induk
melakukan
f58da45090
1 mengubah file dengan 7 tambahan dan 0 penghapusan
  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