2005-04-17 06:20:36 +08: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 17:17:36 +08:00
|
|
|
obj-$(CONFIG_IBM_ASM) += ibmasm/
|
2005-04-17 06:20:36 +08:00
|
|
|
obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/
|
2006-10-06 13:27:02 +08:00
|
|
|
obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o
|
2006-10-02 17:17:36 +08:00
|
|
|
obj-$(CONFIG_LKDTM) += lkdtm.o
|
2006-10-04 17:15:38 +08:00
|
|
|
obj-$(CONFIG_TIFM_CORE) += tifm_core.o
|
|
|
|
obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o
|