diff options
author | matt mooney <mfm@muteddisk.com> | 2011-01-14 17:12:32 +0300 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-03-17 16:02:57 +0300 |
commit | c73028a028876f7fd72ec0e114b0226d17e917d3 (patch) | |
tree | 2ed7e935d485ec13eb2672905923a635cc13ead1 /arch/s390/math-emu/Makefile | |
parent | e3726304a242e94a87d7b5427d88427acead7c02 (diff) | |
download | linux-c73028a028876f7fd72ec0e114b0226d17e917d3.tar.xz |
s390: change to new flag variable
Replace EXTRA_CFLAGS with ccflags-y.
Signed-off-by: matt mooney <mfm@muteddisk.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/s390/math-emu/Makefile')
-rw-r--r-- | arch/s390/math-emu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/math-emu/Makefile b/arch/s390/math-emu/Makefile index c84890341052..51d399549f60 100644 --- a/arch/s390/math-emu/Makefile +++ b/arch/s390/math-emu/Makefile @@ -4,4 +4,4 @@ obj-$(CONFIG_MATHEMU) := math.o -EXTRA_CFLAGS := -I$(src) -Iinclude/math-emu -w +ccflags-y := -I$(src) -Iinclude/math-emu -w |