From c88778eebd791a83218e56534837f63d656d489c 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 f9ef959c7..a0da23374 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 179aaecf8..8163c3938 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 92a6f63ad..7e535a3a4 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)