diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-02-13 12:31:28 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-02-20 09:34:16 +0000 |
commit | 1c9c5fcdfef9d97e5f6d4ce37d41a205a26f0347 (patch) | |
tree | 4797ef196bc74af8208c2d161603181b09e37d75 /Makefile.objs | |
parent | 17801c78fe01ddab7ae9092190d17cc77bd5ef66 (diff) |
applesmc: make optional
Based on patch by David Ahern.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index b21f9d3894..c144df17a3 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -196,6 +196,7 @@ hw-obj-$(CONFIG_ACPI) += acpi.o acpi_piix4.o hw-obj-$(CONFIG_APM) += pm_smbus.o apm.o hw-obj-$(CONFIG_DMA) += dma.o hw-obj-$(CONFIG_HPET) += hpet.o +hw-obj-$(CONFIG_APPLESMC) += applesmc.o # PPC devices hw-obj-$(CONFIG_OPENPIC) += openpic.o |