diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2006-07-27 02:36:23 -0600 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2006-07-27 02:36:23 -0600 |
commit | 283261998a9846019d898bc454b363e4aaf3d181 (patch) | |
tree | a4af6da4c5a2c6f7669d918c1f07dc68d6aa0ab2 /purgatory/arch/alpha/Makefile | |
download | kexec-tools-283261998a9846019d898bc454b363e4aaf3d181.tar.gz |
kexec-tools-1.101v1.101
- Initial import into git
- initial nbi image formage support
- ppc32 initial register setting fixes.
- gzipped multiboot file support
Diffstat (limited to 'purgatory/arch/alpha/Makefile')
-rw-r--r-- | purgatory/arch/alpha/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/purgatory/arch/alpha/Makefile b/purgatory/arch/alpha/Makefile new file mode 100644 index 0000000..a626bbd --- /dev/null +++ b/purgatory/arch/alpha/Makefile @@ -0,0 +1,7 @@ +# +# Purgatory alpha +# + +PURGATORY_C_SRCS+= +PURGATORY_S_SRCS+= + |