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