1 ######################################################################
2 #BEGIN Machine dependent Makefile fragment for i386
3 ######################################################################
5 # Enable -Werror for i386 builds
7 CWARNFLAGS= $(filter-out -Wbad-function-cast, $(CWARNFLAGS_STD))
9 # Objects that don't compile cleanly:
64 kern_authorization.o \
153 ether_at_pr_module.o \
155 ether_inet6_pr_module.o \
156 ether_inet_pr_module.o \
296 OBJS_WERROR=$(filter-out $(OBJS_NO_WERROR),$(OBJS))
298 $(OBJS_WERROR): WERROR=-Werror
300 ######################################################################
301 #END Machine dependent Makefile fragment for i386
302 ######################################################################