home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / arch / h8300 / lib / Makefile
Encoding:
Makefile  |  2006-08-11  |  165 b   |  9 lines

  1. #
  2. # Makefile for H8/300-specific library files..
  3. #
  4.  
  5. .S.o:
  6.     $(CC) $(AFLAGS) -D__ASSEMBLY__ -c $< -o $@
  7.  
  8. lib-y  = ashrdi3.o checksum.o memcpy.o memset.o abs.o romfs.o
  9.