1
0
mirror of https://github.com/KastnerRG/riffa.git synced 2024-12-24 22:58:54 +08:00
riffa/fpga/fpga.mk
Dustin Richmond 4f78805fd5 Adding a new feature to the makefiles, where typing make release in the top
directory will package (most of) a new release
2016-02-18 11:14:09 -08:00

8 lines
176 B
Makefile

RELEASE_VENDOR_PATH=$(RELEASE_SRC_PATH)/fpga/$(VENDOR)
destination: $(RELEASE_VENDOR_PATH)
$(RELEASE_VENDOR_PATH): check-release-src
mkdir $@
release: destination $(BOARDS)