]> git.saurik.com Git - apple/xnu.git/blob - pexpert/conf/Makefile.i386
xnu-792.24.17.tar.gz
[apple/xnu.git] / pexpert / conf / Makefile.i386
1 ######################################################################
2 #BEGIN Machine dependent Makefile fragment for i386
3 ######################################################################
4
5 # Enable -Werror for i386 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 ioconf.o \
12 bootargs.o \
13 device_tree.o
14
15 OBJS_WERROR=$(filter-out $(OBJS_NO_WERROR),$(OBJS))
16
17 $(OBJS_WERROR): WERROR=-Werror
18
19 ######################################################################
20 #END Machine dependent Makefile fragment for i386
21 ######################################################################
22