diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-01-10 19:41:03 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-01-10 19:45:30 -0800 |
commit | d86b307ecfdcd0a4e63e3cd6af6beb2830ffc69b (patch) | |
tree | 93d30a43b072a8e5c3ef0a2f93503db3df142c86 /reloc/reloc_linux.c | |
parent | c06acbc485b9650cda1d6b9ff934b2be670937ea (diff) | |
download | wraplinux-d86b307ecfdcd0a4e63e3cd6af6beb2830ffc69b.tar.gz wraplinux-d86b307ecfdcd0a4e63e3cd6af6beb2830ffc69b.tar.xz wraplinux-d86b307ecfdcd0a4e63e3cd6af6beb2830ffc69b.zip |
Autoconstipate the build setup, and generate dependencies.
Add autoconstipation framework (from mkzfree) and dependency
generation (from nasm).
Diffstat (limited to 'reloc/reloc_linux.c')
-rw-r--r-- | reloc/reloc_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reloc/reloc_linux.c b/reloc/reloc_linux.c index a2b0d2c..b86cfe2 100644 --- a/reloc/reloc_linux.c +++ b/reloc/reloc_linux.c @@ -35,7 +35,7 @@ * as small as possible. */ -#include "reloc.h" +#include "reloc/reloc.h" #include "setup.h" static uint32_t initrd_len, initrd_addr; |