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