xref: /xnu-11215.41.3/bsd/conf/Makefile.arm64 (revision 33de042d024d46de5ff4e89f2471de6608e37fa4)
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