Skip to content

Commit

Permalink
lmdk: dummy: Remove unused api version definitions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
softwarecki authored and lgirdwood committed Feb 19, 2024
1 parent f991b7d commit 5acb38d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lmdk/libraries/dummy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,4 @@ set(MODULES_LIST dummy)
# toml file for rimage to generate manifets
set(TOML "${CMAKE_CURRENT_LIST_DIR}/dummy_mtl.toml")

# TODO: Move it somewhere?! This probably should be defined in some API header file!
# SOF loadable modules API version
add_definitions(-DMAJOR_IADSP_API_VERSION=5)
add_definitions(-DMIDDLE_IADSP_API_VERSION=0)
add_definitions(-DMINOR_IADSP_API_VERSION=0)

include(../../cmake/build.cmake)

0 comments on commit 5acb38d

Please sign in to comment.