diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:01 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:01 +0000 |
commit | b994504610560b55a0b28bc9f920a9b7c6beb3a3 (patch) | |
tree | 6cf2e7f3df1a43e7a749e048f51a1898f49443f7 /Makefile.objs | |
parent | 1afdfddc41fe1b0a79b3a713d3e2393a165cb1bb (diff) |
Compile parallel only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 7ebff443c8..b0e5010701 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 |