From 0159ea10c1e824335a5ddc872db12aa719328b1b Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 24 Nov 2010 00:56:46 +0100 Subject: [PATCH] make only mod_* mod dirs --- apps/dsm/mods/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/dsm/mods/Makefile b/apps/dsm/mods/Makefile index 998288a8..7752d49a 100644 --- a/apps/dsm/mods/Makefile +++ b/apps/dsm/mods/Makefile @@ -13,7 +13,8 @@ endif $(info exclude_dsm_modules: $(exclude_dsm_modules)) dsm_modules = $(filter-out $(subst ;, ,$(exclude_dsm_modules))\ $(wildcard Makefile*) lib CMakeLists.txt, \ - $(wildcard *) ) + $(wildcard mod_*) ) +$(info dsm_modules: $(dsm_modules)) .PHONY: all all: modules