summaryrefslogtreecommitdiff
path: root/misc/sims/z80sim/example/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 17:54:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 17:54:59 -0600
commit72a9bdf3ac545e09de89671a5db3a4b6c19d1e1e (patch)
tree08d8934927e29f006cec36485d0ed9a53aea6d9e /misc/sims/z80sim/example/Makefile
parent1a552bd8cdbbd50f26a785a1f74b94b29a3be2f6 (diff)
downloadnuttx-72a9bdf3ac545e09de89671a5db3a4b6c19d1e1e.tar.gz
nuttx-72a9bdf3ac545e09de89671a5db3a4b6c19d1e1e.tar.bz2
nuttx-72a9bdf3ac545e09de89671a5db3a4b6c19d1e1e.zip
Removing more trailing whitespace
Diffstat (limited to 'misc/sims/z80sim/example/Makefile')
-rw-r--r--misc/sims/z80sim/example/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sims/z80sim/example/Makefile b/misc/sims/z80sim/example/Makefile
index 1b12d3d75..901ceb12a 100644
--- a/misc/sims/z80sim/example/Makefile
+++ b/misc/sims/z80sim/example/Makefile
@@ -8,7 +8,7 @@ CC = /usr/local/bin/sdcc
CFLAGS = -mz80 --stack-auto --int-long-reent --float-reent
LD = /usr/local/bin/link-z80
-LDFLAGS =
+LDFLAGS =
ASMEXT = .asm
OBJEXT = .rel