From 1bdfb65f5de911d780586e860c03534e590362f8 Mon Sep 17 00:00:00 2001 From: Peter Mc Shane Date: Wed, 22 Dec 2021 16:58:03 +0000 Subject: [PATCH] modules: microchip: CmakeLists: adding entry for mpfs hal Adding entry for Cmake to generate directory for mpfs hal, if defined. Signed-off-by: Conor Paxton --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cd6b5c..3e03de4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1 +1,2 @@ add_subdirectory_ifdef(CONFIG_HAS_MEC_HAL mec) +add_subdirectory_ifdef(CONFIG_HAS_MPFS_HAL mpfs) \ No newline at end of file