diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:02 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:02 +0000 |
commit | df6327780d69ceb8da151fdb96aa90f6b310259a (patch) | |
tree | 9de927b2923dcef16c8500d3e473d4a42424d79c /Makefile.objs | |
parent | b994504610560b55a0b28bc9f920a9b7c6beb3a3 (diff) |
Compile i8254 only once
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 b0e501070..17feeb0f7 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -138,6 +138,7 @@ hw-obj-$(CONFIG_M48T59) += m48t59.o hw-obj-$(CONFIG_ESCC) += escc.o hw-obj-$(CONFIG_PARALLEL) += parallel.o +hw-obj-$(CONFIG_I8254) += i8254.o # PCI watchdog devices hw-obj-y += wdt_i6300esb.o |