xref: /xnu-10002.1.13/libsa/conf/Makefile.arm64 (revision 1031c584a5e37aff177559b9f69dbd3c8c3fd30a)
1######################################################################
2#BEGIN	Machine dependent Makefile fragment for arm
3######################################################################
4
5
6# Bootstrap __KLD files must be Mach-O for "setsegname"
7$(foreach file,$(OBJS),$(eval $(file)_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)))
8
9######################################################################
10#END	Machine dependent Makefile fragment for arm
11######################################################################
12