Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Ankita Garg | 8bb31b9 | 2006-10-02 02:17:36 -0700 | [diff] [blame] | 6 | obj-$(CONFIG_IBM_ASM) += ibmasm/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/ |
Lennart Poettering | 8c4c731 | 2006-10-06 01:27:02 -0400 | [diff] [blame] | 8 | obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o |
Ankita Garg | 8bb31b9 | 2006-10-02 02:17:36 -0700 | [diff] [blame] | 9 | obj-$(CONFIG_LKDTM) += lkdtm.o |
Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 10 | obj-$(CONFIG_TIFM_CORE) += tifm_core.o |
| 11 | obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o |
Brent Casavant | 59f1480 | 2006-10-17 00:09:25 -0700 | [diff] [blame] | 12 | obj-$(CONFIG_SGI_IOC4) += ioc4.o |
Mattia Dongili | 91fbc1d | 2007-02-07 20:01:53 +0100 | [diff] [blame^] | 13 | obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o |