From b8f63096f78b079c9f82c87cfb760c3303689266 Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Wed, 28 May 2014 11:30:46 +0200 Subject: Bugfix for ELBE example Kconfig files --- distribution/Kconfig | 2 ++ distribution/elbe-example/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/distribution/Kconfig b/distribution/Kconfig index 3b645ff..53f5ccb 100644 --- a/distribution/Kconfig +++ b/distribution/Kconfig @@ -6,4 +6,6 @@ if ELBE source "distribution/elbe-usage/Kconfig" source "distribution/debian/Kconfig" source "distribution/elbe/Kconfig" + source "distribution/elbe-internals/Kconfig" + source "distribution/elbe-example/Kconfig" endif diff --git a/distribution/elbe-example/Makefile b/distribution/elbe-example/Makefile index 0881674..26f94cc 100644 --- a/distribution/elbe-example/Makefile +++ b/distribution/elbe-example/Makefile @@ -1 +1 @@ -obj-$(CONFIG_ELBE_DEVEL) += pres_elbe-devel_en.pdf +obj-$(CONFIG_ELBE_EXAMPLE) += pres_elbe-example_en.pdf -- cgit v1.2.3