From 755ec12eac1030fc9dbffc9594386e07d0153b04 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 17 Jan 2013 10:54:40 -0800 Subject: 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 --- com32/hdt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'com32/hdt/Makefile') 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: -- cgit v1.2.1