diff options
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile new file mode 100644 index 0000000..cd88a26 --- /dev/null +++ b/include/Makefile @@ -0,0 +1,15 @@ +dist += include/Makefile \ + include/config.h \ + include/config.h.in \ + include/kexec-pe-zboot.h \ + include/kexec-uImage.h \ + include/x86/x86-linux.h \ + include/x86/mb_info.h \ + include/x86/mb_header.h \ + include/x86/multiboot2.h \ + include/elf.h \ + include/image.h \ + include/unused.h \ + include/boot/linuxbios_tables.h \ + include/boot/beoboot.h \ + include/boot/elf_boot.h |