From 0fb070a2a709f15f76c80b532b30550eaea73240 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Wed, 25 Mar 2020 13:20:22 -0400 Subject: Prune target list to match projects currently in core.cfg. --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 789ab87..461feff 100644 --- a/build/Makefile +++ b/build/Makefile @@ -39,7 +39,7 @@ core_selector.v core_vfiles.mk: # Build some different configurations -bare trng hash mkmif rsa hsm hsm-super hsm_ng hsm_ng_keywrap: +bare trng hash rsa hsm: $(CONFIG_GEN) -p $@ $(MAKE) project=$(project)_$@ ucf=$(ucf) -- cgit v1.2.3