diff --git a/CMakeLists.txt b/CMakeLists.txt index f2c20519..7fd18b1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,7 +137,7 @@ if (ENABLE_LINUX_WORK_IRQ_FOR_IKC) endif() if (BUILD_TARGET STREQUAL "smp-arm64") - execute_process(COMMAND bash -c "find ${CMAKE_CURRENT_SOURCE_DIR} -name \"*.[chS]\"|xargs -r grep -oE \"^#if.*def.*POSTK_DEBUG[^ ]*\" | cut -d':' -f2 | cut -d' ' -f2 | sort | uniq | awk '{print \"-D\"\$0 }' | xargs" + execute_process(COMMAND bash -c "find -L ${CMAKE_CURRENT_SOURCE_DIR} -name \"*.[chS]\"|xargs -r grep -oE \"^#if.*def.*POSTK_DEBUG[^ ]*\" | cut -d':' -f2 | cut -d' ' -f2 | sort | uniq | awk '{print \"-D\"\$0 }' | xargs" OUTPUT_VARIABLE POSTK_DEBUG_DEFINES OUTPUT_STRIP_TRAILING_WHITESPACE) add_definitions("${POSTK_DEBUG_DEFINES}") set(KBUILD_C_FLAGS "${KBUILD_C_FLAGS} ${POSTK_DEBUG_DEFINES}") diff --git a/ihk b/ihk index 797a2379..1bc915de 160000 --- a/ihk +++ b/ihk @@ -1 +1 @@ -Subproject commit 797a23795a4f724a69c521bfc744c41971b8d664 +Subproject commit 1bc915de4e13241f9fef8e4af26dc351e8191d0b