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

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # Makefile for the IP27 specific kernel interface routines under Linux.
  3. #
  4. USE_STANDARD_AS_RULE := true
  5. O_TARGET = ip27.o
  6. export-objs = ip27-rtc.o
  7. obj-y := ip27-berr.o ip27-console.o ip27-irq.o ip27-init.o ip27-irq-glue.o 
  8.    ip27-klconfig.o ip27-klnuma.o ip27-memory.o ip27-nmi.o ip27-pci.o 
  9.    ip27-reset.o ip27-setup.o ip27-timer.o
  10. include $(TOPDIR)/Rules.make