From df6327780d69ceb8da151fdb96aa90f6b310259a Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 21 Mar 2010 19:47:02 +0000 Subject: Compile i8254 only once Signed-off-by: Blue Swirl --- Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index b0e5010701..17feeb0f7c 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 -- cgit v1.2.1