diff options
| author | Christian Eppler <c.eppler@linutonix.de> | 2013-05-13 16:22:27 +0200 |
|---|---|---|
| committer | Christian Eppler <c.eppler@linutonix.de> | 2013-05-13 16:22:27 +0200 |
| commit | 9e05689406c83ae3020ca32a6ec6387466209138 (patch) | |
| tree | 20a95a65df7e46b584c666ec74850df6d62b3045 /realtime/rt-app-basics | |
| parent | cea5039322781f6085dd47954af5584ca3f78911 (diff) | |
Implement Kconfig build system
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
Diffstat (limited to 'realtime/rt-app-basics')
| -rw-r--r-- | realtime/rt-app-basics/Kconfig | 5 | ||||
| -rw-r--r-- | realtime/rt-app-basics/Makefile | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/realtime/rt-app-basics/Kconfig b/realtime/rt-app-basics/Kconfig new file mode 100644 index 0000000..914ef96 --- /dev/null +++ b/realtime/rt-app-basics/Kconfig @@ -0,0 +1,5 @@ +config REALTIME_APP_BASICS + bool "Realtime application basics papers" + default y + help + Papers about raltime application basics diff --git a/realtime/rt-app-basics/Makefile b/realtime/rt-app-basics/Makefile index d641258..b197270 100644 --- a/realtime/rt-app-basics/Makefile +++ b/realtime/rt-app-basics/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_REALTIME_APP_BASICS) += hints_rt-app-basics_de.pdf pres_rt-app-basics_en.pdf |
