gems-kernel/source/THIRDPARTY/xnu/bsd/conf/Makefile.arm64

14 lines
571 B
Makefile
Raw Normal View History

2024-06-03 16:29:39 +00:00
######################################################################
#BEGIN Machine dependent Makefile fragment for arm
######################################################################
# Inline assembly doesn't interact well with LTO
fbt_arm.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
kern_csr.o_INCFLAGS += -I$(SRCROOT)/osfmk
kern_debug.o_INCFLAGS += -I$(SRCROOT)/osfmk
######################################################################
#END Machine dependent Makefile fragment for arm
######################################################################