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