Commit 9015e9cc authored by David S. Miller's avatar David S. Miller

[SPARC64]: Use EXTRA_CFLAGS instead of mangling CFLAGS directly.

parent 1c29224f
......@@ -3,7 +3,7 @@
#
EXTRA_AFLAGS := -ansi
CFLAGS += -Werror
EXTRA_CFLAGS := -Werror
EXTRA_TARGETS := head.o init_task.o
......
......@@ -3,7 +3,7 @@
#
EXTRA_AFLAGS := -ansi
CFLAGS += -Werror
EXTRA_CFLAGS := -Werror
L_TARGET = lib.a
obj-y := PeeCeeI.o blockops.o debuglocks.o strlen.o strncmp.o \
......
......@@ -3,7 +3,7 @@
#
EXTRA_AFLAGS := -ansi
CFLAGS += -Werror
EXTRA_CFLAGS := -Werror
obj-y := ultra.o fault.o init.o generic.o extable.o
......
......@@ -4,7 +4,7 @@
#
EXTRA_AFLAGS := -ansi
CFLAGS += -Werror
EXTRA_CFLAGS := -Werror
L_TARGET = lib.a
obj-y := bootstr.o devops.o init.o memory.o misc.o \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment