summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-01-28 16:56:24 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-01-28 16:56:24 -0800
commitd2a510927b3a0e01becee1faa9767e20837caf36 (patch)
tree212570fbb8e562aa244659b1f744ad7adfc2db7b
parent248a5f1dd85f7619d044cbd498afce24345563a5 (diff)
downloadsyslinux-d2a510927b3a0e01becee1faa9767e20837caf36.tar.gz
sample/Makefile: $(M32) is also needed in $(SFLAGS)
-rw-r--r--sample/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/Makefile b/sample/Makefile
index 14089060..e24ab5be 100644
--- a/sample/Makefile
+++ b/sample/Makefile
@@ -25,7 +25,7 @@ AR = ar
NASM = nasm
RANLIB = ranlib
CFLAGS = $(M32) -W -Wall -march=i386 -Os -fomit-frame-pointer -I../com32/include
-SFLAGS = -march=i386
+SFLAGS = $(M32) -march=i386
LDFLAGS = -s
OBJCOPY = objcopy
PPMTOLSS16 = ../ppmtolss16