mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
c73028a028
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>
8 lines
128 B
Makefile
8 lines
128 B
Makefile
#
|
|
# Makefile for the FPU instruction emulation.
|
|
#
|
|
|
|
obj-$(CONFIG_MATHEMU) := math.o
|
|
|
|
ccflags-y := -I$(src) -Iinclude/math-emu -w
|