Makefile
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # Makefile for s390-specific library files..
  3. #
  4. ifdef SMP
  5. .S.o:
  6. $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.o
  7. else
  8. .S.o:
  9. $(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o
  10. endif
  11. L_TARGET = lib.a
  12. obj-y = checksum.o delay.o memset.o misaligned.o strcmp.o strncpy.o uaccess.o
  13. export-objs += misaligned.o
  14. include $(TOPDIR)/Rules.make