diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2009-05-01 11:07:59 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-01 11:07:59 -0700 |
| commit | 7404932c9e83facae12c40a7f46249cfb0094504 (patch) | |
| tree | 877cb8e451f26e9d3c817dffe1c7fb2c7def3013 /modules/Makefile | |
| parent | 5dd23771861e914cd0f8238da90a41f4ae1ebc91 (diff) | |
| download | syslinux-7404932c9e83facae12c40a7f46249cfb0094504.tar.gz | |
gfxboot: align buffers and move them into bss
Align I/O buffers to a multiple of 512 bytes, as required by the
Syslinux ABI. Furthermore, move them from data to bss, so that they
don't occupy space in the image file.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Acked-by: Sebastian Herbszt <herbszt@gmx.de>
Diffstat (limited to 'modules/Makefile')
| -rw-r--r-- | modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Makefile b/modules/Makefile index 3ae463f0..2668be82 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -50,7 +50,7 @@ $(LIB): $(LIBOBJS) $(PNGTOPNM) $< | gzip -9 > $@ tidy dist: - rm -f *.o *.a *.lst *.elf .*.d + rm -f *.o *.a *.lst *.elf *.map .*.d clean: tidy |
