Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for parisc-specific library files | ||||
3 | # | ||||
4 | |||||
John David Anglin | ca0ad83 | 2013-04-20 19:41:06 +0000 | [diff] [blame] | 5 | lib-y := lusercopy.o bitops.o checksum.o io.o memset.o fixup.o memcpy.o \ |
Helge Deller | f6d12ee | 2013-10-23 23:29:16 +0200 | [diff] [blame] | 6 | ucmpdi2.o delay.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
Kyle McMartin | 9d29213 | 2007-11-28 02:07:35 -0500 | [diff] [blame] | 8 | obj-y := iomap.o |