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