]> git.saurik.com Git - apple/xnu.git/blob - osfmk/conf/Makefile.arm
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / conf / Makefile.arm
1 ######################################################################
2 #BEGIN Machine dependent Makefile fragment for arm
3 ######################################################################
4
5 # Files that must go in the __HIB segment:
6 HIB_FILES=
7
8 vfp_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
16 vm_fault.o_CFLAGS_ADD += -Wno-implicit-int-conversion
17 vm_map.o_CFLAGS_ADD += -Wno-implicit-int-conversion
18 # -Wno-shorten-64-to-32
19 vm_fault.o_CFLAGS_ADD += -Wno-shorten-64-to-32
20 vm_map.o_CFLAGS_ADD += -Wno-shorten-64-to-32
21 ######################################################################
22 #END Machine dependent Makefile fragment for arm
23 ######################################################################