]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/conf/Makefile.x86_64
xnu-1699.32.7.tar.gz
[apple/xnu.git] / iokit / conf / Makefile.x86_64
index 09b0c0b713c42a1ab71d3f802c727b2b55b719b6..463de5a20bbd56f527f00c1fa37fb1c08f5d87cd 100644 (file)
@@ -1,22 +1,10 @@
 ######################################################################
 #BEGIN  Machine dependent Makefile fragment for x86_64
 ######################################################################
-# Enable -Werror for x86_64 builds
-CFLAGS+= $(WERROR)
-CWARNFLAGS= $(filter-out -Wbad-function-cast, $(CWARNFLAGS_STD))
-
-# Objects that don't compile cleanly:
-#OBJS_NO_WERROR=                       \
-OBJS_WERROR=$(filter-out $(OBJS_NO_WERROR),$(OBJS))
-
-$(OBJS_WERROR):                WERROR=-Werror
 
 # Files that must go in the __HIB segment:
 UNCONFIGURED_HIB_FILES=        \
-                       IOHibernateRestoreKernel.o \
-                       WKdmDecompress.o
+                       IOHibernateRestoreKernel.o
 
 HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))