| 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/ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | obj-$(CONFIG_HDPU_FEATURES)	+= hdpuftrs/ | 
| David Brownell | 9a1e8eb | 2008-02-08 04:21:21 -0800 | [diff] [blame] | 7 | obj-$(CONFIG_ATMEL_PWM)		+= atmel_pwm.o | 
| Hans-Christian Egtvedt | eb1f293 | 2007-10-16 23:26:11 -0700 | [diff] [blame] | 8 | obj-$(CONFIG_ATMEL_SSC)		+= atmel-ssc.o | 
| David Brownell | 2a341f5 | 2008-02-22 17:23:23 -0800 | [diff] [blame] | 9 | obj-$(CONFIG_ATMEL_TCLIB)	+= atmel_tclib.o | 
| Darrick J. Wong | a412ae3 | 2008-11-12 13:27:04 -0800 | [diff] [blame] | 10 | obj-$(CONFIG_ICS932S401)	+= ics932s401.o | 
| Ankita Garg | 8bb31b9 | 2006-10-02 02:17:36 -0700 | [diff] [blame] | 11 | obj-$(CONFIG_LKDTM)		+= lkdtm.o | 
| Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 12 | obj-$(CONFIG_TIFM_CORE)       	+= tifm_core.o | 
 | 13 | obj-$(CONFIG_TIFM_7XX1)       	+= tifm_7xx1.o | 
| Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 14 | obj-$(CONFIG_PHANTOM)		+= phantom.o | 
| Brent Casavant | 59f1480 | 2006-10-17 00:09:25 -0700 | [diff] [blame] | 15 | obj-$(CONFIG_SGI_IOC4)		+= ioc4.o | 
| James Bottomley | d569d5b | 2008-02-03 15:40:56 -0600 | [diff] [blame] | 16 | obj-$(CONFIG_ENCLOSURE_SERVICES) += enclosure.o | 
| Jason Wessel | e8d31c2 | 2008-03-07 16:34:17 -0600 | [diff] [blame] | 17 | obj-$(CONFIG_KGDB_TESTS)	+= kgdbts.o | 
| Dean Nelson | 45d9ca4 | 2008-04-22 14:46:56 -0500 | [diff] [blame] | 18 | obj-$(CONFIG_SGI_XP)		+= sgi-xp/ | 
| Jack Steiner | 3d919e5 | 2008-07-29 22:34:01 -0700 | [diff] [blame] | 19 | obj-$(CONFIG_SGI_GRU)		+= sgi-gru/ | 
| David Altobelli | 89bcb05 | 2008-07-02 09:38:53 -0600 | [diff] [blame] | 20 | obj-$(CONFIG_HP_ILO)		+= hpilo.o | 
| Daniel Mack | 3cdbbee | 2009-03-31 15:23:53 -0700 | [diff] [blame] | 21 | obj-$(CONFIG_ISL29003)		+= isl29003.o | 
| Rodolfo Giometti | 4e17e1d | 2008-11-12 13:27:12 -0800 | [diff] [blame] | 22 | obj-$(CONFIG_C2PORT)		+= c2port/ | 
| Wolfram Sang | 5195e50 | 2009-01-26 21:19:53 +0100 | [diff] [blame] | 23 | obj-y				+= eeprom/ | 
| Michał Mirosław | 5f5bac8 | 2009-05-22 20:33:59 +0200 | [diff] [blame] | 24 | obj-y				+= cb710/ |