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

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # Makefile for the NEC DDB Vrc-5074 specific kernel interface routines
  3. # under Linux.
  4. #
  5. # Note! Dependencies are done automagically by 'make dep', which also
  6. # removes any old dependencies. DON'T put your own dependencies here
  7. # unless it's something special (ie not a .c file).
  8. #
  9. # Note 2! The CFLAGS definitions are now in the main makefile...
  10. #
  11. .S.s:
  12. $(CPP) $(CFLAGS) $< -o $*.s
  13. .S.o:
  14. $(CC) $(CFLAGS) -c $< -o $*.o
  15. O_TARGET = ddb5476.a
  16. obj-y += setup.o irq.o time.o prom.o pci.o 
  17.    int-handler.o nile4.o
  18. obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o
  19. include $(TOPDIR)/Rules.make