Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. #  Copyright 2000,2001 MontaVista Software Inc.
  3. #  Author: MontaVista Software, Inc.
  4. #      ppopov@mvista.com or source@mvista.com
  5. #
  6. # Makefile for the Alchemy Semiconductor Pb1500 board.
  7. #
  8. # Note! Dependencies are done automagically by 'make dep', which also
  9. # removes any old dependencies. DON'T put your own dependencies here
  10. # unless it's something special (ie not a .c file).
  11. #
  12. USE_STANDARD_AS_RULE := true
  13. O_TARGET := pb1500.o
  14. obj-y := init.o setup.o
  15. obj-$(CONFIG_PCI) += pci_fixup.o pci_ops.o
  16. include $(TOPDIR)/Rules.make