From d84454da4b1d985deb81d9f24dfa6dfb2abbff8c Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sat, 31 Aug 2019 19:17:53 +0200 Subject: software/first: add missed files --- software/first/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 software/first/Makefile (limited to 'software/first/Makefile') diff --git a/software/first/Makefile b/software/first/Makefile new file mode 100644 index 0000000..309ea3d --- /dev/null +++ b/software/first/Makefile @@ -0,0 +1,9 @@ +# Copyright 2019 SiFive, Inc # +# SPDX-License-Identifier: Apache-2.0 # + +PROGRAM ?= first + +$(PROGRAM): $(wildcard *.c) $(wildcard *.h) $(wildcard *.S) + +clean: + rm -f $(PROGRAM) $(PROGRAM).hex -- cgit v1.2.1-18-gbd029