xref: /xnu-8020.121.3/libsa/conf/Makefile.x86_64 (revision fdd8201d7b966f0c3ea610489d29bd841d358941)
1######################################################################
2#BEGIN	Machine dependent Makefile fragment for x86_64
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 x86_64
11######################################################################
12