Makefile 407 B

123456789101112
  1. #
  2. # Makefile for misc devices that really don't fit anywhere else.
  3. #
  4. obj- := misc.o # Dummy rule to force built-in.o to be made
  5. obj-$(CONFIG_IBM_ASM) += ibmasm/
  6. obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/
  7. obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o
  8. obj-$(CONFIG_LKDTM) += lkdtm.o
  9. obj-$(CONFIG_TIFM_CORE) += tifm_core.o
  10. obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o
  11. obj-$(CONFIG_SGI_IOC4) += ioc4.o