summaryrefslogtreecommitdiff
path: root/com32/hdt/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2013-01-17 10:54:40 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2013-01-17 10:54:40 -0800
commit755ec12eac1030fc9dbffc9594386e07d0153b04 (patch)
tree48c1f5c736246a846a66f60108c4f8763d493bd9 /com32/hdt/Makefile
parent8f2de46e618a39054fd6e86602391af8da5fcbac (diff)
downloadsyslinux-755ec12eac1030fc9dbffc9594386e07d0153b04.tar.gz
Always strip all the modules
Always strip the modules; they are too big unstripped. Specifically, we generate unstripped *.elf files, and then convert them to stripped *.c32 files. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'com32/hdt/Makefile')
-rw-r--r--com32/hdt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index d264b5ba..42f5c0d1 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -52,7 +52,7 @@ QEMU ?= qemu-kvm
all: $(MODULES) $(TESTFILES)
-hdt.c32 : $(OBJS) $(LIBS) $(C_LIBS)
+hdt.elf : $(OBJS) $(LIBS) $(C_LIBS)
$(LD) $(LDFLAGS) -o $@ $^
memtest: