diff options
author | matt mooney <mfm@muteddisk.com> | 2011-01-11 22:09:09 -0500 |
---|---|---|
committer | Matt Turner <mattst88@monolith.freenet-rz.de> | 2011-01-17 05:42:13 +0100 |
commit | 8a362cd6d60e2ae3b704df1b3f08db58a3924339 (patch) | |
tree | dfd47990abbfcebfd733ea72edeba2f64a2b0264 /arch/alpha/mm | |
parent | 7d209c8110ecd49db46da786437485e8ef67f414 (diff) | |
download | linux-8a362cd6d60e2ae3b704df1b3f08db58a3924339.tar.gz linux-8a362cd6d60e2ae3b704df1b3f08db58a3924339.tar.bz2 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/mm')
-rw-r--r-- | arch/alpha/mm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/mm/Makefile b/arch/alpha/mm/Makefile index 09399c5386cb..c993d3f93cf6 100644 --- a/arch/alpha/mm/Makefile +++ b/arch/alpha/mm/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux alpha-specific parts of the memory manager. # -EXTRA_CFLAGS := -Werror +ccflags-y := -Werror obj-y := init.o fault.o extable.o |