1 ######################################################################
2 #BEGIN Machine dependent Makefile fragment for i386
3 ######################################################################
8 # Enable -Werror for i386 builds
10 CWARNFLAGS= $(filter-out -Wbad-function-cast, $(CWARNFLAGS_STD))
12 # Objects that don't compile cleanly:
18 KUNCUserNotifications.o \
55 host_security_server.o \
60 processor_set_server.o \
83 chud_osfmk_callback_i386.o \
112 OBJS_WERROR=$(filter-out $(OBJS_NO_WERROR),$(OBJS))
114 $(OBJS_WERROR): WERROR=-Werror
116 # Files that must go in the __HIB segment:
118 hibernate_restore.o \
122 ######################################################################
123 #END Machine dependent Makefile fragment for i386
124 ######################################################################