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

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # linux/arch/arm/fastfpe/Makefile
  3. #
  4. # Copyright (C) Peter Teichmann
  5. #
  6. O_TARGET := fast-math-emu.o
  7. obj-y :=
  8. obj-m :=
  9. obj-n :=
  10. obj- :=
  11. fastfpe-objs := module.o entry.o CPDO.o CPRT.o CPDT.o
  12. list-multi := fastfpe.o
  13. obj-$(CONFIG_FPE_FASTFPE) += fastfpe.o
  14. USE_STANDARD_AS_RULE := true
  15. include $(TOPDIR)/Rules.make
  16. fastfpe.o: $(fastfpe-objs)
  17.  $(LD) -r -o $@ $(fastfpe-objs)