summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-06-05 11:10:38 +0000
committerphk <phk@FreeBSD.org>2002-06-05 11:10:38 +0000
commit7d924377ca9361970a3caeb914c5879b283220aa (patch)
tree2b4d8f613a76652aaa12d9026cdc0ca6d8fda549 /sys/boot/i386/gptboot/Makefile
parentf69a71af465d130bb55842100acdf57202145a55 (diff)
downloadFreeBSD-src-7d924377ca9361970a3caeb914c5879b283220aa.zip
FreeBSD-src-7d924377ca9361970a3caeb914c5879b283220aa.tar.gz
Preparation for UFS2 commit:
Factor the ufs reading code out of the i386/boot2 loader so it can be reused by for instance sparc64. Sponsored by: DARPA and NAI Labs.
Diffstat (limited to 'sys/boot/i386/gptboot/Makefile')
-rw-r--r--sys/boot/i386/gptboot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index 44ead72..0287ca6 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/sys/boot/i386/gptboot/Makefile
@@ -30,6 +30,7 @@ ORG2= 0x1000
CFLAGS= -elf -ffreestanding -Os -fno-builtin \
-fno-guess-branch-probability \
-mrtd \
+ -I${.CURDIR}/../../common \
-I${.CURDIR}/../btx/lib -I. \
-Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
OpenPOWER on IntegriCloud