From 9e05689406c83ae3020ca32a6ec6387466209138 Mon Sep 17 00:00:00 2001 From: Christian Eppler Date: Mon, 13 May 2013 16:22:27 +0200 Subject: Implement Kconfig build system Signed-off-by: Christian Eppler --- basics/cpu-arch/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'basics/cpu-arch/Makefile') 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 -- cgit v1.2.3