summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc3a773e10..232f0cd6de 100644
--- a/Makefile
+++ b/Makefile
@@ -240,7 +240,7 @@ $(eval $(call get_sources,y))
$(eval $(call get_sources,ro))
dirs=core/$(CORE) chip/$(CHIP) $(BASEDIR) $(BDIR) common fuzz power test \
- cts/common cts/$(CTS_MODULE)
+ cts/common cts/$(CTS_MODULE) $(out)/gen
dirs+= private $(PDIR)
dirs+=$(shell find common -type d)
dirs+=$(shell find driver -type d)