summaryrefslogtreecommitdiff
path: root/mk/syslinux.mk
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2011-05-09 20:02:27 -0700
committerH. Peter Anvin <hpa@zytor.com>2011-05-09 20:02:27 -0700
commit2613174223371677d0a701a69cb7468947940d65 (patch)
tree0341dc40c1833d3fa017846f3cd1c4bc04f52fdd /mk/syslinux.mk
parentb0e7c325933396ff42b38c097a3a7142625b6ab7 (diff)
downloadsyslinux-2613174223371677d0a701a69cb7468947940d65.tar.gz
Add "make strip" target
Add a "make strip" target, to make doing the official build easier. We want the official build to have stripped binaries for size reasons, so do it right and make it an actual build target. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'mk/syslinux.mk')
-rw-r--r--mk/syslinux.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/syslinux.mk b/mk/syslinux.mk
index 5f05870e..6d87187f 100644
--- a/mk/syslinux.mk
+++ b/mk/syslinux.mk
@@ -53,6 +53,7 @@ OBJCOPY = objcopy
AR = ar
NM = nm
RANLIB = ranlib
+STRIP = strip
GZIPPROG = gzip
XZ = xz
PNGTOPNM = pngtopnm