From f6c67fca7e5f34638198c7119dce19ae94ce4ad1 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Mon, 30 Nov 2009 18:10:36 +0100 Subject: [PATCH] Install ec_tty module. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index b1f6bae8..bc794073 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,6 +80,9 @@ modules: modules_install: $(MAKE) -C master modules_install $(MAKE) -C devices modules_install +if ENABLE_TTY + $(MAKE) -C tty modules_install +endif clean-local: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" clean