diff options
author | Simon Horman <horms@verge.net.au> | 2009-07-22 12:09:13 +1000 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2009-07-22 12:09:13 +1000 |
commit | 3444dce25ba125ae6d9522bbd297f78cb31211fb (patch) | |
tree | 3c89a2d369cb4df3d9bdbce1eb47c90a53954395 | |
parent | 346ed7a0c89e48f4bffceca8b4c4f50cc4932fc6 (diff) |
Include kexec/arch/cris/kexec-cris.h in distribution tarball
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | kexec/arch/cris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/cris/Makefile b/kexec/arch/cris/Makefile index 6e60ed1..4982f3e 100644 --- a/kexec/arch/cris/Makefile +++ b/kexec/arch/cris/Makefile @@ -8,6 +8,6 @@ cris_ADD_SEGMENT = cris_VIRT_TO_PHYS = dist += kexec/arch/cris/Makefile $(cris_KEXEC_SRCS) \ - kexec/arch/cris/kexec-criss.h \ + kexec/arch/cris/kexec-cris.h \ kexec/arch/cris/include/arch/options.h |