xref: /xnu-10063.121.3/bsd/conf/Makefile.arm64 (revision 2c2f96dc2b9a4408a43d3150ae9c105355ca3daa)
1######################################################################
2#BEGIN  Machine dependent Makefile fragment for arm
3######################################################################
4
5# Inline assembly doesn't interact well with LTO
6fbt_arm.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
7
8kern_csr.o_INCFLAGS += -I$(SRCROOT)/osfmk
9kern_debug.o_INCFLAGS += -I$(SRCROOT)/osfmk
10
11######################################################################
12#END    Machine dependent Makefile fragment for arm
13######################################################################
14