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

嵌入式Linux

开发平台:

Unix_Linux

  1. # BK Id: SCCS/s.Makefile 1.10 11/08/01 07:57:40 paulus
  2. #
  3. #
  4. # Makefile for ppc-specific library files..
  5. #
  6. USE_STANDARD_AS_RULE := true
  7. O_TARGET := lib.o
  8. export-objs := dec_and_lock.o
  9. obj-y := checksum.o string.o strcase.o dec_and_lock.o
  10. obj-$(CONFIG_SMP) += locks.o
  11. include $(TOPDIR)/Rules.make