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