2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for misc devices that really don't fit anywhere else.
|
|
|
|
#
|
|
|
|
obj- := misc.o # Dummy rule to force built-in.o to be made
|
|
|
|
|
2006-10-02 09:17:36 +00:00
|
|
|
obj-$(CONFIG_IBM_ASM) += ibmasm/
|
2005-04-16 22:20:36 +00:00
|
|
|
obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/
|
2006-10-06 05:27:02 +00:00
|
|
|
obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o
|
2007-01-26 13:04:30 +00:00
|
|
|
obj-$(CONFIG_ASUS_LAPTOP) += asus-laptop.o
|
2006-10-02 09:17:36 +00:00
|
|
|
obj-$(CONFIG_LKDTM) += lkdtm.o
|
2006-10-04 09:15:38 +00:00
|
|
|
obj-$(CONFIG_TIFM_CORE) += tifm_core.o
|
|
|
|
obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o
|
2006-10-17 07:09:25 +00:00
|
|
|
obj-$(CONFIG_SGI_IOC4) += ioc4.o
|
2007-02-07 19:01:53 +00:00
|
|
|
obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o
|
2007-03-29 04:58:41 +00:00
|
|
|
obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o
|