summaryrefslogtreecommitdiff
path: root/arm64_apq8016-sbc.mak
diff options
context:
space:
mode:
Diffstat (limited to 'arm64_apq8016-sbc.mak')
-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