summaryrefslogtreecommitdiff
path: root/basics
diff options
context:
space:
mode:
Diffstat (limited to 'basics')
-rw-r--r--basics/Makefile6
-rw-r--r--basics/cpu-arch/Kconfig5
-rw-r--r--basics/cpu-arch/Makefile10
3 files changed, 6 insertions, 15 deletions
diff --git a/basics/Makefile b/basics/Makefile
deleted file mode 100644
index c0c47ad..0000000
--- a/basics/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-SUBDIRS = `ls -1 | grep -v *.tex | grep -v Makefile`
-
-all clean::
- for dir in $(SUBDIRS) ; do \
- (cd $$dir && make $@); \
- done
diff --git a/basics/cpu-arch/Kconfig b/basics/cpu-arch/Kconfig
new file mode 100644
index 0000000..fe1b4d3
--- /dev/null
+++ b/basics/cpu-arch/Kconfig
@@ -0,0 +1,5 @@
+config BASICS
+ bool "Basic papers"
+ default y
+ help
+ Papers about basics (CPU_ARCH)
diff --git a/basics/cpu-arch/Makefile b/basics/cpu-arch/Makefile
index d641258..929e6fd 100644
--- a/basics/cpu-arch/Makefile
+++ b/basics/cpu-arch/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_BASICS) += hints_cpu-arch_de.pdf pres_cpu-arch.pdf