Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame^] | 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 | obj-y := fskeleton.o iskeleton.o os.o | ||||
8 | |||||
9 | EXTRA_AFLAGS := -traditional | ||||
10 | EXTRA_LDFLAGS := -x |