summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-03-11 13:11:15 +0000
committerjhb <jhb@FreeBSD.org>2011-03-11 13:11:15 +0000
commit9ecfc669351d4ac3519cb119af322c04a8f6cdf7 (patch)
tree404b5d4bb8aa2c3b651295ee920987df745d1684
parenta3ae0953aa712f5fbaa82f65d8c54e17fd07cea1 (diff)
downloadFreeBSD-src-9ecfc669351d4ac3519cb119af322c04a8f6cdf7.zip
FreeBSD-src-9ecfc669351d4ac3519cb119af322c04a8f6cdf7.tar.gz
Remove all object files during 'make clean'.
PR: kern/154888 Submitted by: arundel MFC after: 1 week
-rw-r--r--sys/boot/i386/gptboot/Makefile3
1 files changed, 2 insertions, 1 deletions
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}
OpenPOWER on IntegriCloud