1 # SPDX-License-Identifier: GPL-2.0-or-later << 2 # << 3 # Makefile for 680x0 Linux 68060 integer/float 1 # Makefile for 680x0 Linux 68060 integer/floating point support package >> 2 # >> 3 # This file is subject to the terms and conditions of the GNU General Public >> 4 # License. See the file "README.legal" in the main directory of this archive >> 5 # for more details. >> 6 >> 7 .S.o: >> 8 $(CC) $(AFLAGS) -traditional -c -o $*.o $< >> 9 >> 10 OS_TARGET := ifpsp.o >> 11 >> 12 OS_OBJS := fskeleton.o iskeleton.o os.o >> 13 >> 14 all: $(OS_TARGET) >> 15 >> 16 include $(TOPDIR)/Rules.make >> 17 >> 18 $(OS_OBJS): 4 19 5 obj-y := fskeleton.o iskeleton.o os.o !! 20 $(OS_TARGET): $(OS_OBJS) >> 21 $(LD) -x -r -o $(OS_TARGET) $(OS_OBJS)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.