diff options
author | Simon Horman <horms@verge.net.au> | 2010-07-13 11:32:16 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2010-07-13 11:32:16 +0900 |
commit | 04b22ab9dda7e73064c9b20cf08308473a7b0951 (patch) | |
tree | 411e749b1ebae2b65d263f36d5af388d9cffb1f3 /purgatory | |
parent | 42e90cfcde6ce3d0e9540cfe57485e378900393b (diff) |
build: Include missing files in tarball
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'purgatory')
-rw-r--r-- | purgatory/arch/ppc64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/purgatory/arch/ppc64/Makefile b/purgatory/arch/ppc64/Makefile index 40a9e99..dc9c12e 100644 --- a/purgatory/arch/ppc64/Makefile +++ b/purgatory/arch/ppc64/Makefile @@ -13,4 +13,5 @@ ppc64_PURGATORY_EXTRA_ASFLAGS += -m64 -mcall-aixdesc ppc64_PURGATORY_EXTRA_LDFLAGS += -melf64ppc dist += purgatory/arch/ppc64/Makefile $(ppc64_PURGATORY_SRCS) \ + purgatory/arch/ppc64/hvCall.h \ purgatory/arch/ppc64/purgatory-ppc64.h |