From f58da4509020555c5e84b2f99bfc5d271305fa8f Mon Sep 17 00:00:00 2001 From: guozhanxin Date: Sun, 30 Sep 2018 10:33:32 +0800 Subject: [PATCH] [bsp][hifive1] add Makefile file --- bsp/hifive1/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bsp/hifive1/Makefile diff --git a/bsp/hifive1/Makefile b/bsp/hifive1/Makefile new file mode 100644 index 0000000000..fe67833df4 --- /dev/null +++ b/bsp/hifive1/Makefile @@ -0,0 +1,7 @@ +scons := python ${SCONS}\scons.py + +all: + @$(scons) + +clean: + @$(scons) -c -- GitLab