summaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib
diff options
context:
space:
mode:
authormatt mooney2011-01-12 04:09:09 +0100
committerMatt Turner2011-01-17 05:42:13 +0100
commit8a362cd6d60e2ae3b704df1b3f08db58a3924339 (patch)
treedfd47990abbfcebfd733ea72edeba2f64a2b0264 /arch/alpha/lib
parentalpha: kill off alpha_do_IRQ (diff)
downloadkernel-qcow2-linux-8a362cd6d60e2ae3b704df1b3f08db58a3924339.tar.gz
kernel-qcow2-linux-8a362cd6d60e2ae3b704df1b3f08db58a3924339.tar.xz
kernel-qcow2-linux-8a362cd6d60e2ae3b704df1b3f08db58a3924339.zip
alpha: change to new Makefile flag variables
Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/lib')
-rw-r--r--arch/alpha/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/alpha/lib/Makefile b/arch/alpha/lib/Makefile
index 9b72c59c95be..c0a83ab62b78 100644
--- a/arch/alpha/lib/Makefile
+++ b/arch/alpha/lib/Makefile
@@ -2,8 +2,8 @@
# Makefile for alpha-specific library files..
#
-EXTRA_AFLAGS := $(KBUILD_CFLAGS)
-EXTRA_CFLAGS := -Werror
+asflags-y := $(KBUILD_CFLAGS)
+ccflags-y := -Werror
# Many of these routines have implementations tuned for ev6.
# Choose them iff we're targeting ev6 specifically.