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

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # Makefile for the NEC Eagle/Hawk specific parts of the kernel
  3. #
  4. # Author: Yoichi Yuasa
  5. #         yyuasa@mvista.com or source@mvista.com
  6. #
  7. # Copyright 2001,2002 MontaVista Software Inc.
  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. USE_STANDARD_AS_RULE := true
  14. O_TARGET := eagle.o
  15. all: eagle.o
  16. obj-y := init.o irq.o setup.o
  17. obj-$(CONFIG_IDE) += ide-eagle.o
  18. obj-$(CONFIG_PCI) += pci_fixup.o
  19. include $(TOPDIR)/Rules.make