From b994504610560b55a0b28bc9f920a9b7c6beb3a3 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 21 Mar 2010 19:47:01 +0000 Subject: Compile parallel only once Signed-off-by: Blue Swirl --- Makefile.objs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index 7ebff44..b0e5010 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -137,6 +137,8 @@ hw-obj-$(CONFIG_NAND) += nand.o hw-obj-$(CONFIG_M48T59) += m48t59.o hw-obj-$(CONFIG_ESCC) += escc.o +hw-obj-$(CONFIG_PARALLEL) += parallel.o + # PCI watchdog devices hw-obj-y += wdt_i6300esb.o -- cgit v1.1