From 8a5f892ea821666d8bd10b24e04838db55e58d53 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 23 Nov 2012 17:27:09 +0000 Subject: [PATCH] The tramp stuff isn't dependent on DDB, so always add these to the CLEANFILES list. --- sys/conf/Makefile.arm | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 6270aef1deac..19088abb447b 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