diff options
Diffstat (limited to 'distribution')
| -rw-r--r-- | distribution/Kconfig | 2 | ||||
| -rw-r--r-- | distribution/elbe-example/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
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 |
