script: build: enable inform_reboot module from linux-tizen-modules-source 92/318292/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 26 Sep 2024 10:35:48 +0000 (19:35 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 26 Sep 2024 11:08:49 +0000 (20:08 +0900)
Because of TIZEN_INFORM_REBOOT drop, it should be build from
linux-tizen-modules-source as module.
Also adjust module list with linux-tizen-modules commit:
   https://git.tizen.org/cgit/platform/kernel/linux-tizen-modules/commit/?h=tizen&id=e60a1c0a5ec4e20aee046b58700e3320a4b8ee96

Change-Id: I28e99b91fa3ab35275aa9e0342902272237e6104
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
build.sh

index fa2332df8e01192bb4fd8c56114569f4c606775a..daa2777fc0c2ad08c69a28333f64949f141318ba 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -23,14 +23,15 @@ function mk_tizen_modules()
 
                ln -s ${PWD}/include kernel
 
-               export BUILD_logger=m
                export LOGGER_MAIN_BUFFER_SIZE=256
                export LOGGER_EVENTS_BUFFER_SIZE=256
                export LOGGER_RADIO_BUFFER_SIZE=256
                export LOGGER_SYSTEM_BUFFER_SIZE=256
 
-               export BUILD_proc_tsm=n
+               export BUILD_inform_reboot=m
                export BUILD_kdbus=n
+               export BUILD_logger=m
+               export BUILD_proc_tsm=n
                export BUILD_zlogger=m
 
                ARCH="${ARCH}" CROSS_COMPILE="${CROSS_COMPILER}" make -C kernel KERNELDIR=${BUILD_ROOT}