From 4cc4021d356c174f780be2b7ef96910e36c8dd7b Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Fri, 8 Apr 2022 09:54:53 +0100 Subject: MLECO-3070: Further HAL cleanup. Cleaning up HAL sources by removing unnecessary redirections with function pointers. The "platform packages" under HAL are now streamlined enough to not need any major HAL wrapping (as was the case before). This allows us to have a very thin HAL layer that sits on top of the platform and compnent packs. Also helps in getting rid of "hal platform" pointer being passed around in the code to use any HAL functionality. Change-Id: I04b2057f972aad7a5cfb4a396bcdf147c9f9ef1c Signed-off-by: Kshitij Sisodia --- source/hal/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/hal/CMakeLists.txt') diff --git a/source/hal/CMakeLists.txt b/source/hal/CMakeLists.txt index 37bf267..74256bb 100644 --- a/source/hal/CMakeLists.txt +++ b/source/hal/CMakeLists.txt @@ -39,7 +39,7 @@ target_include_directories(${HAL_TARGET} target_sources(${HAL_TARGET} PRIVATE source/hal.c - source/hal_timer.c) + source/hal_pmu.c) if (DEFINED VERIFY_TEST_OUTPUT) message(STATUS "Test output verification flag is: ${VERIFY_TEST_OUTPUT}") -- cgit v1.2.1