From 0d32f964988b884fcd1512af3d8de05b9658e363 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 8 Jan 2025 13:55:49 +0000 Subject: [PATCH] Examples: Fix duplicates source paths Signed-off-by: Hanno Becker --- examples/bring_your_own_fips202/Makefile | 1 - examples/custom_backend/Makefile | 1 - examples/mlkem_native_as_code_package/Makefile | 1 - 3 files changed, 3 deletions(-) diff --git a/examples/bring_your_own_fips202/Makefile b/examples/bring_your_own_fips202/Makefile index 1db147ef8..8fa02d8f9 100644 --- a/examples/bring_your_own_fips202/Makefile +++ b/examples/bring_your_own_fips202/Makefile @@ -18,7 +18,6 @@ endif # If you are not concerned about minimizing for a specific backend, # you can just include _all_ source files into your build. MLKEM_NATIVE_SOURCE=$(wildcard \ - mlkem_native/*.c \ mlkem_native/*.c \ mlkem_native/**/*.c \ mlkem_native/**/**/*.c \ diff --git a/examples/custom_backend/Makefile b/examples/custom_backend/Makefile index dfb7bc52b..b4639f6dd 100644 --- a/examples/custom_backend/Makefile +++ b/examples/custom_backend/Makefile @@ -19,7 +19,6 @@ endif # you can just include _all_ source files into your build. MLKEM_NATIVE_SOURCE=$(wildcard \ mlkem_native/**/*.c \ - mlkem_native/**/*.c \ mlkem_native/**/**/*.c \ mlkem_native/**/**/**/*.c \ mlkem_native/**/**/**/**/*.c) diff --git a/examples/mlkem_native_as_code_package/Makefile b/examples/mlkem_native_as_code_package/Makefile index ec2d8a825..aba45a199 100644 --- a/examples/mlkem_native_as_code_package/Makefile +++ b/examples/mlkem_native_as_code_package/Makefile @@ -19,7 +19,6 @@ endif # you can just include _all_ source files into your build. MLKEM_NATIVE_SOURCE=$(wildcard \ mlkem_native/**/*.c \ - mlkem_native/**/*.c \ mlkem_native/**/**/*.c \ mlkem_native/**/**/**/*.c \ mlkem_native/**/**/**/**/*.c)