From 9d04d9e07d199bf88aaa92f4719c8c38d0c82258 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 28 Dec 2022 15:53:07 +0100 Subject: Cleanup some build artifacts that are not used anymore. --- pyecsca/codegen/render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyecsca/codegen/render.py') diff --git a/pyecsca/codegen/render.py b/pyecsca/codegen/render.py index 2649073..ce287d1 100644 --- a/pyecsca/codegen/render.py +++ b/pyecsca/codegen/render.py @@ -211,7 +211,7 @@ def render(config: DeviceConfiguration) -> Tuple[str, str, str]: :return: """ temp = tempfile.mkdtemp() - symlinks = ["asn1", "bn", "hal", "hash", "mult", "prng", "simpleserial", "tommath", "fat.h", + symlinks = ["asn1", "bn", "hal", "hash", "prng", "simpleserial", "tommath", "fat.h", "rand.h", "point.h", "curve.h", "mult.h", "formulas.h", "action.h", "Makefile.inc"] for sym in symlinks: os.symlink(resource_filename("pyecsca.codegen", sym), path.join(temp, sym)) -- cgit v1.3