From 2bf4edc8d9f46e233a95ec24fdb7ffd72cc428c5 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 23 Nov 2012 17:27:09 +0000 Subject: 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(-) (limited to 'sys/conf') 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 -- cgit v1.1