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

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. #  Copyright 2000 MontaVista Software Inc.
  3. #  Author: MontaVista Software, Inc.
  4. #      ppopov@mvista.com or source@mvista.com
  5. #
  6. # Makefile for the Globespan IVR board,
  7. # board-specific files.
  8. #
  9. # Note! Dependencies are done automagically by 'make dep', which also
  10. # removes any old dependencies. DON'T put your own dependencies here
  11. # unless it's something special (ie not a .c file).
  12. #
  13. .S.s:
  14. $(CPP) $(CFLAGS) $< -o $*.s
  15. .S.o:
  16. $(CC) $(CFLAGS) -c $< -o $*.o
  17. all: ivr.o
  18. O_TARGET := ivr.o
  19. obj-y := init.o 
  20. obj-CONFIG_PCI += pci_fixup.o
  21. obj-CONFIG_BLK_DEV_INITRD += le_ramdisk.o
  22. include $(TOPDIR)/Rules.make