]> git.saurik.com Git - apple/xnu.git/blame - osfmk/conf/Makefile.arm
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / conf / Makefile.arm
CommitLineData
5ba3f43e
A
1######################################################################
2#BEGIN Machine dependent Makefile fragment for arm
3######################################################################
4
5# Files that must go in the __HIB segment:
6HIB_FILES=
7
f427ee49
A
8vfp_state_test.o_CFLAGS_ADD += -mno-implicit-float
9
10#
11# Diagnostic opt-outs. We need to make this list empty.
12#
13# DO NOT ADD MORE HERE.
14#
15# -Wno-implicit-int-conversion
16vm_fault.o_CFLAGS_ADD += -Wno-implicit-int-conversion
17vm_map.o_CFLAGS_ADD += -Wno-implicit-int-conversion
18# -Wno-shorten-64-to-32
19vm_fault.o_CFLAGS_ADD += -Wno-shorten-64-to-32
20vm_map.o_CFLAGS_ADD += -Wno-shorten-64-to-32
5ba3f43e
A
21######################################################################
22#END Machine dependent Makefile fragment for arm
23######################################################################