# 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