You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
600 B
14 lines
600 B
Index: Makefile.target
|
|
===================================================================
|
|
--- Makefile.target (revision 1061)
|
|
+++ Makefile.target (working copy)
|
|
@@ -30,7 +30,7 @@
|
|
CFLAGS+= -Wall -Wredundant-decls -Wshadow -Wpointer-arith
|
|
CFLAGS+= -Wstrict-prototypes -Wmissing-declarations -Wundef -Wendif-labels
|
|
CFLAGS+= -Wstrict-aliasing -Wwrite-strings -Wmissing-prototypes -Wnested-externs
|
|
-CFLAGS+= -Werror
|
|
+#CFLAGS+= -Werror
|
|
# Flags for dependency generation
|
|
CFLAGS+= -MMD -MP -MT $@ -MF '$(*D)/$(*F).d'
|
|
INCLUDES := -I$(SRCDIR)/include -I$(SRCDIR)/kernel/include -I$(ODIR)/target/include
|