diff --git a/apps/dsm/mods/Makefile b/apps/dsm/mods/Makefile index 1c38deeb..a3d02700 100644 --- a/apps/dsm/mods/Makefile +++ b/apps/dsm/mods/Makefile @@ -11,7 +11,7 @@ exclude_modules ?= endif modules ?= $(filter-out $(subst ;, ,$(exclude_modules))\ - $(wildcard Makefile*) lib, \ + $(wildcard Makefile*) lib CMakeLists.txt, \ $(wildcard *) )