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 | # |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | |
Ankita Garg | 8bb31b9 | 2006-10-02 02:17:36 -0700 | [diff] [blame] | 5 | obj-$(CONFIG_IBM_ASM) += ibmasm/ |
Michael Hennerich | 4eb174b | 2009-12-14 18:00:15 -0800 | [diff] [blame] | 6 | obj-$(CONFIG_AD525X_DPOT) += ad525x_dpot.o |
Michael Hennerich | 6c536e4 | 2010-05-24 14:33:14 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_AD525X_DPOT_I2C) += ad525x_dpot-i2c.o |
| 8 | obj-$(CONFIG_AD525X_DPOT_SPI) += ad525x_dpot-spi.o |
David Brownell | 9a1e8eb | 2008-02-08 04:21:21 -0800 | [diff] [blame] | 9 | obj-$(CONFIG_ATMEL_PWM) += atmel_pwm.o |
Hans-Christian Egtvedt | eb1f293 | 2007-10-16 23:26:11 -0700 | [diff] [blame] | 10 | obj-$(CONFIG_ATMEL_SSC) += atmel-ssc.o |
David Brownell | 2a341f5 | 2008-02-22 17:23:23 -0800 | [diff] [blame] | 11 | obj-$(CONFIG_ATMEL_TCLIB) += atmel_tclib.o |
Darrick J. Wong | a412ae3 | 2008-11-12 13:27:04 -0800 | [diff] [blame] | 12 | obj-$(CONFIG_ICS932S401) += ics932s401.o |
Ankita Garg | 8bb31b9 | 2006-10-02 02:17:36 -0700 | [diff] [blame] | 13 | obj-$(CONFIG_LKDTM) += lkdtm.o |
Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 14 | obj-$(CONFIG_TIFM_CORE) += tifm_core.o |
| 15 | obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o |
Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 16 | obj-$(CONFIG_PHANTOM) += phantom.o |
Brent Casavant | 59f1480 | 2006-10-17 00:09:25 -0700 | [diff] [blame] | 17 | obj-$(CONFIG_SGI_IOC4) += ioc4.o |
James Bottomley | d569d5b | 2008-02-03 15:40:56 -0600 | [diff] [blame] | 18 | obj-$(CONFIG_ENCLOSURE_SERVICES) += enclosure.o |
Jason Wessel | e8d31c2 | 2008-03-07 16:34:17 -0600 | [diff] [blame] | 19 | obj-$(CONFIG_KGDB_TESTS) += kgdbts.o |
Dean Nelson | 45d9ca4 | 2008-04-22 14:46:56 -0500 | [diff] [blame] | 20 | obj-$(CONFIG_SGI_XP) += sgi-xp/ |
Jack Steiner | 3d919e5 | 2008-07-29 22:34:01 -0700 | [diff] [blame] | 21 | obj-$(CONFIG_SGI_GRU) += sgi-gru/ |
Andres Salomon | 82dca61 | 2009-12-14 18:00:37 -0800 | [diff] [blame] | 22 | obj-$(CONFIG_CS5535_MFGPT) += cs5535-mfgpt.o |
David Altobelli | 89bcb05 | 2008-07-02 09:38:53 -0600 | [diff] [blame] | 23 | obj-$(CONFIG_HP_ILO) += hpilo.o |
Daniel Mack | 3cdbbee | 2009-03-31 15:23:53 -0700 | [diff] [blame] | 24 | obj-$(CONFIG_ISL29003) += isl29003.o |
Jean Delvare | 6a9bcce | 2010-03-13 20:56:54 +0100 | [diff] [blame] | 25 | obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o |
Hartley Sweeten | ef12379 | 2009-07-29 22:41:06 +0100 | [diff] [blame] | 26 | obj-$(CONFIG_EP93XX_PWM) += ep93xx_pwm.o |
Wolfram Sang | dddc66f | 2009-12-06 17:06:16 +0100 | [diff] [blame] | 27 | obj-$(CONFIG_DS1682) += ds1682.o |
Daniel Mack | 4d00928 | 2009-12-14 18:00:17 -0800 | [diff] [blame] | 28 | obj-$(CONFIG_TI_DAC7512) += ti_dac7512.o |
Rodolfo Giometti | 4e17e1d | 2008-11-12 13:27:12 -0800 | [diff] [blame] | 29 | obj-$(CONFIG_C2PORT) += c2port/ |
Tomas Winkler | ab69a5a | 2009-10-17 09:09:34 +0000 | [diff] [blame] | 30 | obj-$(CONFIG_IWMC3200TOP) += iwmc3200top/ |
Wolfram Sang | 5195e50 | 2009-01-26 21:19:53 +0100 | [diff] [blame] | 31 | obj-y += eeprom/ |
Michał Mirosław | 5f5bac8 | 2009-05-22 20:33:59 +0200 | [diff] [blame] | 32 | obj-y += cb710/ |
Dmitry Torokhov | 453dc65 | 2010-04-23 13:18:08 -0400 | [diff] [blame] | 33 | obj-$(CONFIG_VMWARE_BALLOON) += vmware_balloon.o |