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 / sbus / Makefile
Encoding:
Makefile  |  2006-08-11  |  124 b   |  10 lines

  1. #
  2. # Makefile for the linux kernel.
  3. #
  4.  
  5. ifneq ($(ARCH),m68k)
  6. obj-y    := sbus.o dvma.o
  7. endif
  8.  
  9. obj-$(CONFIG_SBUSCHAR) += char/
  10.