diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-07-13 21:18:45 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2014-07-13 21:18:45 +0000 |
commit | 82c39f400308d3130b6886b90fd0579440968427 (patch) | |
tree | d75040dd0d5922ed7f8e815d348fb294aaaac935 /sys/arch/armish | |
parent | 64a4c0c72b8aa4abee2c8ff933339e85faf63899 (diff) |
fix even more trailing tabs
Diffstat (limited to 'sys/arch/armish')
-rw-r--r-- | sys/arch/armish/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armish/stand/boot/Makefile b/sys/arch/armish/stand/boot/Makefile index e9149055cb8..3b93242bfc6 100644 --- a/sys/arch/armish/stand/boot/Makefile +++ b/sys/arch/armish/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2014/07/13 09:26:08 jasper Exp $ +# $OpenBSD: Makefile,v 1.12 2014/07/13 21:18:44 jasper Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -18,7 +18,7 @@ CPPFLAGS+= -DCONADDR=0xfe800000UL -DCONSPEED=115200 -fno-pie COPTS+= -ffreestanding -fno-stack-protector -SRCS= start.S +SRCS= start.S SRCS+= boot.c cmd.c vars.c SRCS+= conf.c devopen.c exec.c machdep.c dev_armish.c time.c SRCS+= clock.c ns16550.c wd.c wdc.c pciide.c |