Skip to content

Commit

Permalink
[Media Common] Enable dynamic prelim for production build
Browse files Browse the repository at this point in the history
By this change, both upstream/prelim i915 can be supported dynamicly in
production build.
  • Loading branch information
Xiaogangli-intel authored and Sherry-Lin committed Sep 27, 2022
1 parent aaf6531 commit caf9a14
Show file tree
Hide file tree
Showing 7 changed files with 1,445 additions and 4,121 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,8 @@ set(TMP_HEADERS_
${CMAKE_CURRENT_LIST_DIR}/drm_fourcc.h
${CMAKE_CURRENT_LIST_DIR}/drm_mode.h
${CMAKE_CURRENT_LIST_DIR}/drm_sarea.h
)

if(NOT ENABLE_PRODUCTION_KMD)
set(TMP_HEADERS_
${TMP_HEADERS_}
${CMAKE_CURRENT_LIST_DIR}/i915_drm.h
)
endif()


set(MOS_COMMON_HEADERS_
${MOS_COMMON_HEADERS_}
Expand Down
Loading

0 comments on commit caf9a14

Please sign in to comment.