From 7820db946ca238f47fff030d43fa1bbc1fb0183b Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Fri, 27 Dec 2013 12:35:43 +0100 Subject: Update all topics for Kconfig --- realtime/Kconfig | 1 + realtime/rt-internals/Kconfig | 5 +++++ realtime/rt-internals/Makefile | 10 +--------- 3 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 realtime/rt-internals/Kconfig (limited to 'realtime') 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 -- cgit v1.2.3