aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/uboot/lib/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-03-13 17:54:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-03-13 17:54:21 +0000
commit149c7c86d2344ed572df0289d84a82afc1b618b2 (patch)
tree0e709adb4347c9e9718297e045714dd2d55024ee /sys/boot/uboot/lib/Makefile
parent8757b00e1e06595ab72330e703f78b601a8e1c2c (diff)
downloadsrc-149c7c86d2344ed572df0289d84a82afc1b618b2.tar.gz
src-149c7c86d2344ed572df0289d84a82afc1b618b2.zip
style(9) & style.Makefile(9)
Reviewed by: raj
Notes
Notes: svn path=/head/; revision=177152
Diffstat (limited to 'sys/boot/uboot/lib/Makefile')
-rw-r--r--sys/boot/uboot/lib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/boot/uboot/lib/Makefile b/sys/boot/uboot/lib/Makefile
index 564177d2ba3b..5e66bfb0a01c 100644
--- a/sys/boot/uboot/lib/Makefile
+++ b/sys/boot/uboot/lib/Makefile
@@ -6,13 +6,12 @@ INTERNALLIB=
SRCS= devicename.c elf_freebsd.c console.c copy.c disk.c \
module.c net.c reboot.c time.c glue.c
-CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
+CFLAGS+= -ffreestanding -msoft-float
+CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
# Pick up the bootstrap header for some interface items
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I.
-CFLAGS+= -ffreestanding -msoft-float
-
.ifdef(BOOT_DISK_DEBUG)
# Make the disk code more talkative
CFLAGS+= -DDISK_DEBUG