소스 검색

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