xref: /linux/arch/m68k/ifpsp060/Makefile (revision 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2)
1*1da177e4SLinus Torvalds# Makefile for 680x0 Linux 68060 integer/floating point support package
2*1da177e4SLinus Torvalds#
3*1da177e4SLinus Torvalds# This file is subject to the terms and conditions of the GNU General Public
4*1da177e4SLinus Torvalds# License.  See the file "README.legal" in the main directory of this archive
5*1da177e4SLinus Torvalds# for more details.
6*1da177e4SLinus Torvalds
7*1da177e4SLinus Torvaldsobj-y := fskeleton.o iskeleton.o os.o
8*1da177e4SLinus Torvalds
9*1da177e4SLinus TorvaldsEXTRA_AFLAGS := -traditional
10*1da177e4SLinus TorvaldsEXTRA_LDFLAGS := -x
11