From d630816f9bbb6e1aec4d6fa583ca7ca5045c4f18 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 21 Jun 2016 17:59:44 -0400 Subject: First step towards Alpha board firmware release engineering. Committing and pushing early so I can do initial test builds on something with a little more horsepower. --- Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..38d1a78 --- /dev/null +++ b/Makefile @@ -0,0 +1,17 @@ +# Preliminary makefile for releng/alpha/firmware, just to test the +# basic build sequence before we start messing with packaging scripts, +# version numbers, and other forms of entertainment. Expect changes. + +all: bitstream elves + +bitstream: + cd core/platform/alpha/build; ${MAKE} + +elves: + cd sw/stm32; ${MAKE} bootloader hsm + +clean: + git clean -dfx + git submodule foreach git clean -dfx + +.PHONY: bitstream elves clean -- cgit v1.2.3