From 392656d9d013258cf310abc800d88ac5007eb06c Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Wed, 5 Feb 2014 10:39:44 +0900 Subject: Add ppc64_asm.h to distribution Signed-off-by: Simon Horman --- purgatory/arch/ppc64/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/purgatory/arch/ppc64/Makefile b/purgatory/arch/ppc64/Makefile index c2d0586..31076e9 100644 --- a/purgatory/arch/ppc64/Makefile +++ b/purgatory/arch/ppc64/Makefile @@ -23,4 +23,5 @@ endif dist += purgatory/arch/ppc64/Makefile $(ppc64_PURGATORY_SRCS) \ purgatory/arch/ppc64/hvCall.h \ + purgatory/arch/ppc64/ppc64_asm.h \ purgatory/arch/ppc64/purgatory-ppc64.h -- cgit