summaryrefslogtreecommitdiff
path: root/realtime
diff options
context:
space:
mode:
authorJan Altenberg <jan@linutronix.de>2013-12-27 12:35:43 +0100
committerJan Altenberg <jan@linutronix.de>2013-12-27 12:35:43 +0100
commit7820db946ca238f47fff030d43fa1bbc1fb0183b (patch)
treecc0273a927e8b1b9cd243b36f85a590d988d36c2 /realtime
parent455c28f2c81b92e72c299b526ff66801ee71f175 (diff)
Update all topics for Kconfig
Diffstat (limited to 'realtime')
-rw-r--r--realtime/Kconfig1
-rw-r--r--realtime/rt-internals/Kconfig5
-rw-r--r--realtime/rt-internals/Makefile10
3 files changed, 7 insertions, 9 deletions
diff --git a/realtime/Kconfig b/realtime/Kconfig
index 7b9ebd4..a4a6aa0 100644
--- a/realtime/Kconfig
+++ b/realtime/Kconfig
@@ -5,4 +5,5 @@ if REALTIME_MAIN
source "realtime/rt-app-basics/Kconfig"
source "realtime/rt-basics/Kconfig"
source "realtime/rt-specialties/Kconfig"
+ source "realtime/rt-internals/Kconfig"
endif
diff --git a/realtime/rt-internals/Kconfig b/realtime/rt-internals/Kconfig
new file mode 100644
index 0000000..664e9f6
--- /dev/null
+++ b/realtime/rt-internals/Kconfig
@@ -0,0 +1,5 @@
+config RT_INTERNALS
+ bool "Internals of the Realtime Preemption Patch"
+ default y
+ help
+ Internal structe of the Realtime Preemption Patch, by tglx
diff --git a/realtime/rt-internals/Makefile b/realtime/rt-internals/Makefile
index d641258..cb8c0bd 100644
--- a/realtime/rt-internals/Makefile
+++ b/realtime/rt-internals/Makefile
@@ -1,9 +1 @@
-all:
- for pdf in `ls -1 *.tex` ; do \
- TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
- TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
- done
-
-clean:
- rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out
-
+obj-$(CONFIG_RT_INTERNALS) = pres_rt-internals_en.pdf