]> git.saurik.com Git - apple/xnu.git/blob - iokit/conf/Makefile.x86_64
64ddbfaa563336fcf121b396ca5762cd8dd7be5e
[apple/xnu.git] / iokit / conf / Makefile.x86_64
1 ######################################################################
2 #BEGIN Machine dependent Makefile fragment for x86_64
3 ######################################################################
4
5 # Enable -Werror for x86_64 builds
6 CFLAGS+= $(WERROR)
7 CWARNFLAGS= $(filter-out -Wbad-function-cast, $(CWARNFLAGS_STD))
8
9 # Objects that don't compile cleanly:
10 #OBJS_NO_WERROR= \
11
12 OBJS_WERROR=$(filter-out $(OBJS_NO_WERROR),$(OBJS))
13
14 $(OBJS_WERROR): WERROR=-Werror
15
16 ######################################################################
17 #END Machine dependent Makefile fragment for x86_64
18 ######################################################################
19