diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 23:23:46 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 23:23:46 -0500 |
commit | f093182d313edde9b1f86dbdaf40ba4da2dbd0e7 (patch) | |
tree | ecfc614d514bd5b43a98cf4c62fdd2f47d86e33c /drivers/macintosh/Makefile | |
parent | d27ba47e7e8c466c18983a1779d611f82d6a354f (diff) | |
parent | 76c8e25b905f99be5ddbe999597ba7c2c33ec64b (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge
Diffstat (limited to 'drivers/macintosh/Makefile')
-rw-r--r-- | drivers/macintosh/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/macintosh/Makefile b/drivers/macintosh/Makefile index 236291bd48a4..f4657aa81fb0 100644 --- a/drivers/macintosh/Makefile +++ b/drivers/macintosh/Makefile | |||
@@ -26,3 +26,12 @@ obj-$(CONFIG_ADB_MACIO) += macio-adb.o | |||
26 | obj-$(CONFIG_THERM_PM72) += therm_pm72.o | 26 | obj-$(CONFIG_THERM_PM72) += therm_pm72.o |
27 | obj-$(CONFIG_THERM_WINDTUNNEL) += therm_windtunnel.o | 27 | obj-$(CONFIG_THERM_WINDTUNNEL) += therm_windtunnel.o |
28 | obj-$(CONFIG_THERM_ADT746X) += therm_adt746x.o | 28 | obj-$(CONFIG_THERM_ADT746X) += therm_adt746x.o |
29 | obj-$(CONFIG_WINDFARM) += windfarm_core.o | ||
30 | obj-$(CONFIG_WINDFARM_PM81) += windfarm_smu_controls.o \ | ||
31 | windfarm_smu_sensors.o \ | ||
32 | windfarm_lm75_sensor.o windfarm_pid.o \ | ||
33 | windfarm_cpufreq_clamp.o windfarm_pm81.o | ||
34 | obj-$(CONFIG_WINDFARM_PM91) += windfarm_smu_controls.o \ | ||
35 | windfarm_smu_sensors.o \ | ||
36 | windfarm_lm75_sensor.o windfarm_pid.o \ | ||
37 | windfarm_cpufreq_clamp.o windfarm_pm91.o | ||