Skip to content

Commit 5acb38d

Browse files
softwareckilgirdwood
authored andcommitted
lmdk: dummy: Remove unused api version definitions
The API version used by the module is defined in the module api version header file. The definitions in CMakeLists.txt are no longer needed. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
1 parent f991b7d commit 5acb38d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lmdk/libraries/dummy/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,4 @@ set(MODULES_LIST dummy)
1010
# toml file for rimage to generate manifets
1111
set(TOML "${CMAKE_CURRENT_LIST_DIR}/dummy_mtl.toml")
1212

13-
# TODO: Move it somewhere?! This probably should be defined in some API header file!
14-
# SOF loadable modules API version
15-
add_definitions(-DMAJOR_IADSP_API_VERSION=5)
16-
add_definitions(-DMIDDLE_IADSP_API_VERSION=0)
17-
add_definitions(-DMINOR_IADSP_API_VERSION=0)
18-
1913
include(../../cmake/build.cmake)

0 commit comments

Comments
 (0)