summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2024-03-14 15:10:22 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2024-03-14 15:10:22 +0100
commit18e5e077bf52c68a4a82844d1ee6f41148fe7ad4 (patch)
treef1440ce761bca3d02246003e1602f04b85eb5bfb
parent549d95994f3772855e64c074be51ab406a3e432b (diff)
Add config-rt option for apq8016HEADmaster
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r--arm64_apq8016-sbc.mak9
1 files changed, 9 insertions, 0 deletions
diff --git a/arm64_apq8016-sbc.mak b/arm64_apq8016-sbc.mak
index 3776457..d6de704 100644
--- a/arm64_apq8016-sbc.mak
+++ b/arm64_apq8016-sbc.mak
@@ -21,6 +21,15 @@ config-qcom-features: FORCE
--enable POWER_RESET_QCOM_PON \
--enable INPUT_PM8941_PWRKEY
+config-qcom-rt: FORCE
+ $(CURDIR)/scripts/config --file $(config_file) \
+ --enable EXPERT \
+ --enable ARCH_SUPPORTS_RT \
+ --enable PREEMPT_RT
+ yes "" | make $(make_options) oldconfig
+
config: config-arm64-ramfs config-qcom-features FORCE
+config-rt: config config-qcom-rt FORCE
+
build: build-arm64-lk FORCE