diff options
author | Ron Yorston <rmy@pobox.com> | 2018-11-21 13:26:03 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-11-21 13:26:03 +0000 |
commit | 1ae73ffecfa074e345c75dc761931a767c9c9318 (patch) | |
tree | 8f61366b3092882eb00551c8f50021ed8ca866cf /Makefile | |
parent | 3b4b844e05b5ee2517311c27e1c8bab8df0e0808 (diff) | |
download | busybox-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||