2005-04-17 02:20:36 +04: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 13:17:36 +04:00
|
|
|
obj-$(CONFIG_IBM_ASM) += ibmasm/
|
2005-04-17 02:20:36 +04:00
|
|
|
obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/
|
2006-10-06 09:27:02 +04:00
|
|
|
obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o
|
2007-01-26 16:04:30 +03:00
|
|
|
obj-$(CONFIG_ASUS_LAPTOP) += asus-laptop.o
|
2006-10-02 13:17:36 +04:00
|
|
|
obj-$(CONFIG_LKDTM) += lkdtm.o
|
2006-10-04 13:15:38 +04:00
|
|
|
obj-$(CONFIG_TIFM_CORE) += tifm_core.o
|
|
|
|
obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o
|
2006-10-17 11:09:25 +04:00
|
|
|
obj-$(CONFIG_SGI_IOC4) += ioc4.o
|
2007-02-07 22:01:53 +03:00
|
|
|
obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o
|
2007-03-29 08:58:41 +04:00
|
|
|
obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o
|