diff options
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 |
