From d7caea7dfbb169b4560ed74cf7158a4e73d10f18 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 2 Feb 2009 17:01:53 -0600 Subject: [PATCH 1/2] Fix up bridging module so that menuselect works. --- bridges/Makefile | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/bridges/Makefile b/bridges/Makefile index b2ba68d..2ef61f2 100644 --- a/bridges/Makefile +++ b/bridges/Makefile @@ -9,7 +9,11 @@ # the GNU General Public License # --include ../menuselect.makeopts ../menuselect.makedeps +-include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps + +MODULE_PREFIX=bridge +MENUSELECT_CATEGORY=BRIDGES +MENUSELECT_DESCRIPTION=Bridging Modules C_MODS:=$(filter-out $(MENUSELECT_BRIDGES),$(patsubst %.c,%,$(wildcard bridge_*.c))) CC_MODS:=$(filter-out $(MENUSELECT_BRIDGES),$(patsubst %.cc,%,$(wildcard bridge_*.cc))) -- 1.6.1