home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / mca / Makefile < prev   
Encoding:
Makefile  |  2006-08-11  |  170 b   |  8 lines

  1. # Makefile for the Linux MCA bus support
  2.  
  3. obj-y    := mca-bus.o mca-device.o mca-driver.o
  4.  
  5. obj-$(CONFIG_MCA_PROC_FS)    += mca-proc.o
  6. obj-$(CONFIG_MCA_LEGACY)    += mca-legacy.o
  7.  
  8.