xref: /xnu-10002.1.13/libsa/conf/Makefile.arm (revision 1031c584a5e37aff177559b9f69dbd3c8c3fd30a)
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