aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-12-11 13:54:18 +0000
committerRon Yorston <rmy@pobox.com>2012-12-11 13:54:18 +0000
commitaf379094877a07180919b57af8df8d4f580967ab (patch)
treeb33428d37e8e76b08330dd8fb099b647f7dd83cf /Makefile
parent494dc899fd1b3b5fbac1c47bc5a604aed99654c8 (diff)
parent4d5955e9ece64e273e72c303983199be73022fab (diff)
downloadbusybox-w32-af379094877a07180919b57af8df8d4f580967ab.tar.gz
busybox-w32-af379094877a07180919b57af8df8d4f580967ab.tar.bz2
busybox-w32-af379094877a07180919b57af8df8d4f580967ab.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 424c3daf1..22740d983 100644
--- a/Makefile
+++ b/Makefile
@@ -297,6 +297,7 @@ NM = $(CROSS_COMPILE)nm
297STRIP = $(CROSS_COMPILE)strip 297STRIP = $(CROSS_COMPILE)strip
298OBJCOPY = $(CROSS_COMPILE)objcopy 298OBJCOPY = $(CROSS_COMPILE)objcopy
299OBJDUMP = $(CROSS_COMPILE)objdump 299OBJDUMP = $(CROSS_COMPILE)objdump
300PKG_CONFIG ?= $(CROSS_COMPILE)pkg-config
300AWK = awk 301AWK = awk
301GENKSYMS = scripts/genksyms/genksyms 302GENKSYMS = scripts/genksyms/genksyms
302DEPMOD = /sbin/depmod 303DEPMOD = /sbin/depmod