linprocfs - Introduce /proc/mounts
[dragonfly.git] / sys / boot / pc32 / Makefile.inc
blob2819c3f9311dbd48d115464a6f7c48f2867fa2e2
1 # Common defines for all of /sys/boot/i386/
3 .if !target(__pc32__)
4 __pc32__:
6 LOADER_ADDRESS?=        0x200000
7 CFLAGS+=                -ffreestanding -mpreferred-stack-boundary=2
9 # override CPU type, so that gcc doesn't insert mmx/sse instructions
10 CPUTYPE=                i386
12 WARNS?= 1
14 .if defined(REALLY_X86_64)
15 .include "../pc64/Makefile.inc"
16 .endif
17 .endif