diff options
-rw-r--r-- | kexec/arch/ppc64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/arch/ppc64/Makefile b/kexec/arch/ppc64/Makefile index 37cd233..9caf501 100644 --- a/kexec/arch/ppc64/Makefile +++ b/kexec/arch/ppc64/Makefile @@ -21,5 +21,6 @@ ppc64_CPPFLAGS = -I$(srcdir)/kexec/libfdt dist += kexec/arch/ppc64/Makefile $(ppc64_KEXEC_SRCS) \ kexec/arch/ppc64/kexec-ppc64.h kexec/arch/ppc64/crashdump-ppc64.h \ + kexec/arch/ppc64/include/arch/fdt.h \ kexec/arch/ppc64/include/arch/options.h |