mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
7accea0c95
These two Makefiles contain only built-in objects (i.e. obj-y), which are collected by $(AR) into a thin-archive. EXTRA_LDFLAGS is meaningless because $(LD) is not used here. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20210331144336.25628-2-masahiroy@kernel.org Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
8 lines
288 B
Makefile
8 lines
288 B
Makefile
# Makefile for 680x0 Linux 68060 integer/floating point support package
|
|
#
|
|
# This file is subject to the terms and conditions of the GNU General Public
|
|
# License. See the file "README.legal" in the main directory of this archive
|
|
# for more details.
|
|
|
|
obj-y := fskeleton.o iskeleton.o os.o
|