From 9ecfc669351d4ac3519cb119af322c04a8f6cdf7 Mon Sep 17 00:00:00 2001 From: jhb Date: Fri, 11 Mar 2011 13:11:15 +0000 Subject: Remove all object files during 'make clean'. PR: kern/154888 Submitted by: arundel MFC after: 1 week --- sys/boot/i386/gptboot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/boot') diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile index 5b1e253..5642220 100644 --- a/sys/boot/i386/gptboot/Makefile +++ b/sys/boot/i386/gptboot/Makefile @@ -65,7 +65,8 @@ gptldr.bin: gptldr.out gptldr.out: gptldr.o ${LD} ${LDFLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} gptldr.o -CLEANFILES+= gptboot.bin gptboot.out gptboot.o sio.o ufsread.o +CLEANFILES+= gptboot.bin gptboot.out gptboot.o sio.o gpt.o crc32.o drv.o \ + cons.o util.o gptboot.bin: gptboot.out objcopy -S -O binary gptboot.out ${.TARGET} -- cgit v1.1