summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-11-23 17:27:09 +0000
committerimp <imp@FreeBSD.org>2012-11-23 17:27:09 +0000
commit2bf4edc8d9f46e233a95ec24fdb7ffd72cc428c5 (patch)
treedeaecc2a47a4a1e627ce3888b811f848036dd178 /sys/conf
parent8f833b6bbd2bc76132afc313cf011949a093d8c1 (diff)
downloadFreeBSD-src-2bf4edc8d9f46e233a95ec24fdb7ffd72cc428c5.zip
FreeBSD-src-2bf4edc8d9f46e233a95ec24fdb7ffd72cc428c5.tar.gz
The tramp stuff isn't dependent on DDB, so always add these to the
CLEANFILES list.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.arm2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm
index 6270aef..19088ab 100644
--- a/sys/conf/Makefile.arm
+++ b/sys/conf/Makefile.arm
@@ -127,12 +127,10 @@ MKMODULESENV+= MACHINE=${MACHINE}
CLEAN+= ldscript.$M ${KERNEL_KO}.bin ldscript.$M.noheader
-.if ${DDB_ENABLED} != ""
CLEAN+= ${KERNEL_KO}.tramp ${KERNEL_KO}.tramp.bin ldscript.$M.tramp \
ldscript.$M.tramp.noheader ${KERNEL_KO}.gz.tramp \
${KERNEL_KO}.gz.tramp.bin
-.endif
ldscript.$M: $S/conf/ldscript.$M
cat $S/conf/ldscript.$M|sed s/KERNPHYSADDR/${KERNPHYSADDR}/g| \
sed s/KERNVIRTADDR/${KERNVIRTADDR}/g > ldscript.$M
OpenPOWER on IntegriCloud