CMake: remove redundancies
Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
parent
45142a0cbd
commit
d28752f5fa
1 changed files with 0 additions and 6 deletions
|
|
@ -216,12 +216,6 @@ endif()
|
|||
if(KernelArmMach STREQUAL "exynos")
|
||||
include_directories("include/plat/exynos_common/")
|
||||
endif()
|
||||
if(KernelArchRiscV)
|
||||
include_directories(
|
||||
"include/arch/${KernelArch}/arch/${KernelWordSize}"
|
||||
"include/plat/${KernelPlatform}/plat/${KernelWordSize}"
|
||||
)
|
||||
endif()
|
||||
|
||||
# Add libsel4 include directories. These are explicitly added instead of calling
|
||||
# target_link_libraries(${target} sel4) because we don't want to inherit any
|
||||
|
|
|
|||
Loading…
Reference in a new issue