aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-11-21 13:26:03 +0000
committerRon Yorston <rmy@pobox.com>2018-11-21 13:26:03 +0000
commit1ae73ffecfa074e345c75dc761931a767c9c9318 (patch)
tree8f61366b3092882eb00551c8f50021ed8ca866cf /Makefile
parent3b4b844e05b5ee2517311c27e1c8bab8df0e0808 (diff)
downloadbusybox-w32-1ae73ffecfa074e345c75dc761931a767c9c9318.tar.gz
busybox-w32-1ae73ffecfa074e345c75dc761931a767c9c9318.tar.bz2
busybox-w32-1ae73ffecfa074e345c75dc761931a767c9c9318.zip
Allow build objects to go to a separate directory
Fix the build system so the KBUILD_OUTPUT environment variable can be used as intended: to specify that object files are placed in a separate directory from the source. Also ensure that busybox-w32.manifest is deleted by 'make mrproper'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ea40cd14b..b6aa3f158 100644
--- a/Makefile
+++ b/Makefile
@@ -983,6 +983,7 @@ MRPROPER_FILES += .config .config.old include/asm .version .old_version \
983 include/applets.h \ 983 include/applets.h \
984 include/usage.h \ 984 include/usage.h \
985 applets/usage \ 985 applets/usage \
986 win32/resources/busybox-w32.manifest \
986 .kernelrelease Module.symvers tags TAGS cscope* \ 987 .kernelrelease Module.symvers tags TAGS cscope* \
987 busybox_old 988 busybox_old
988 989