]> git.saurik.com Git - apple/xnu.git/blame - iokit/conf/Makefile.x86_64
xnu-1504.15.3.tar.gz
[apple/xnu.git] / iokit / conf / Makefile.x86_64
CommitLineData
b0d623f7
A
1######################################################################
2#BEGIN Machine dependent Makefile fragment for x86_64
3######################################################################
4
5# Enable -Werror for x86_64 builds
6CFLAGS+= $(WERROR)
7CWARNFLAGS= $(filter-out -Wbad-function-cast, $(CWARNFLAGS_STD))
8
9# Objects that don't compile cleanly:
10#OBJS_NO_WERROR= \
11
12OBJS_WERROR=$(filter-out $(OBJS_NO_WERROR),$(OBJS))
13
14$(OBJS_WERROR): WERROR=-Werror
15
d1ecb069
A
16# Files that must go in the __HIB segment:
17UNCONFIGURED_HIB_FILES= \
18 IOHibernateRestoreKernel.o \
19 WKdmDecompress.o
20
21HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
22
b0d623f7
A
23######################################################################
24#END Machine dependent Makefile fragment for x86_64
25######################################################################
26