mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
b46da0567d
Using a relative path has the advantage that when the kernel source tree is moved the relevant .o files will not be rebuild just because the path to the kernel src has changed. This also got rid of a user of TOPDIR - which has been deprecated for a long time now. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
8 lines
134 B
Makefile
8 lines
134 B
Makefile
#
|
|
# Makefile for the FPU instruction emulation.
|
|
#
|
|
|
|
obj-y := math.o
|
|
|
|
EXTRA_AFLAGS := -ansi
|
|
EXTRA_CFLAGS = -I. -Iinclude/math-emu -w
|