diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-02-05 14:35:00 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-02-12 09:45:06 +0000 |
commit | dd703b991cce99271a032a975885dd37d8c07a94 (patch) | |
tree | 8dbb91856eb6ba1ffc18e5372320c0fb58ca351f /Makefile.objs | |
parent | 4912371fc39120fb7eb1a6b3f270fab30d05a7b6 (diff) |
hpet: make optional
Ignore failure with hpet device creation.
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 dee251a3d4..adb584234e 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -195,6 +195,7 @@ hw-obj-$(CONFIG_FDC) += fdc.o 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 # PPC devices hw-obj-$(CONFIG_OPENPIC) += openpic.o |