1
0
mirror of https://github.com/KastnerRG/riffa.git synced 2025-01-30 23:02:54 +08:00
riffa/fpga/fpga.mk

8 lines
176 B
Makefile
Raw Permalink Normal View History

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