diff options
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 |