]> git.saurik.com Git - apple/xnu.git/blob - osfmk/conf/Makefile.i386
e232c0e32668653988b929df8f831ad1392d90fd
[apple/xnu.git] / osfmk / conf / Makefile.i386
1 ######################################################################
2 #BEGIN Machine dependent Makefile fragment for i386
3 ######################################################################
4
5 CWARNFLAGS = $(CWARNFLAGS_STD) -Wshorten-64-to-32
6
7 # Objects that don't compile cleanly:
8 OBJS_NO_WERROR= \
9 db_macro.o \
10 db_print.o \
11 db_sym.o \
12 db_variables.o \
13 db_disasm.o \
14 db_interface.o \
15 db_trace.o
16
17 $(foreach file,$(OBJS_NO_WERROR),$(eval $(call add_perfile_cflags,$(file),-Wno-error)))
18
19 # Files that must go in the __HIB segment:
20 UNCONFIGURED_HIB_FILES= \
21 hibernate_restore.o
22
23 HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
24
25 ######################################################################
26 #END Machine dependent Makefile fragment for i386
27 ######################################################################