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

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # Makefile for most of the non-PCI devices in PA-RISC machines
  3. #
  4. # Note! Dependencies are done automagically by 'make dep', which also
  5. # removes any old dependencies. DON'T put your own dependencies here
  6. # unless it's something special (ie not a .c file).
  7. #
  8. # Note 2! The CFLAGS definition is now inherited from the
  9. # parent makefile.
  10. #
  11. O_TARGET := gscbus.o
  12. obj-y := gsc.o
  13. obj-m :=
  14. obj-n :=
  15. obj-  :=
  16. obj-$(CONFIG_GSC_DINO) += dino.o
  17. obj-$(CONFIG_GSC_LASI) += lasi.o asp.o
  18. obj-$(CONFIG_GSC_WAX) += wax.o
  19. obj-$(CONFIG_SERIAL_GSC) += serial.o
  20. obj-$(CONFIG_EISA) += eisa.o eisa_enumerator.o eisa_eeprom.o
  21. include $(TOPDIR)/Rules.make