aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2011-03-11 13:11:15 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2011-03-11 13:11:15 +0000
commit0d1f2bf58ffcc615511f6b6615d596fb06c17867 (patch)
tree404b5d4bb8aa2c3b651295ee920987df745d1684 /sys
parentbc7a916a251c589665225410d5638677e540bcc3 (diff)
downloadsrc-0d1f2bf58ffcc615511f6b6615d596fb06c17867.tar.gz
src-0d1f2bf58ffcc615511f6b6615d596fb06c17867.zip
Remove all object files during 'make clean'.
PR: kern/154888 Submitted by: arundel MFC after: 1 week
Notes
Notes: svn path=/head/; revision=219483
Diffstat (limited to 'sys')
-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 5b1e253c7a2c..5642220a3408 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}