diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-12-19 10:34:59 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-12-19 10:34:59 +0100 |
| commit | 4e54e9c92f8081f4bcd4a77249579e398ed358c1 (patch) | |
| tree | ce9ea21b17e93b2d0830c8f5db2dfcb294c1ea8a /linux-basics/boot-process/Makefile | |
| parent | 7789ced0156a319be1fcf024b344456d7a25f61c (diff) | |
basics/boot process: add english version
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'linux-basics/boot-process/Makefile')
| -rw-r--r-- | linux-basics/boot-process/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linux-basics/boot-process/Makefile b/linux-basics/boot-process/Makefile index 3e6e7f6..1387084 100644 --- a/linux-basics/boot-process/Makefile +++ b/linux-basics/boot-process/Makefile @@ -1,2 +1,4 @@ -obj-$(CONFIG_LINUX_BOOT_PROCESS) += hints_boot-process_de.pdf pres_boot-process_de.pdf -obj-handout-$(CONFIG_LINUX_BOOT_PROCESS) +=handout_boot-process_de.pdf +obj-$(CONFIG_LINUX_BOOT_PROCESS) += hints_boot-process_de.pdf +obj-$(CONFIG_LINUX_BOOT_PROCESS) += pres_boot-process_de.pdf +obj-$(CONFIG_LINUX_BOOT_PROCESS) += pres_boot-process_en.pdf +obj-handout-$(CONFIG_LINUX_BOOT_PROCESS) += handout_boot-process_de.pdf |
