summaryrefslogtreecommitdiff
path: root/mk/top.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/top.mk')
-rw-r--r--mk/top.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/top.mk b/mk/top.mk
index c81d04d..1e31d3f 100644
--- a/mk/top.mk
+++ b/mk/top.mk
@@ -27,10 +27,13 @@ $(foreach flag,$(subst $(comma),$(space),$(enable)),$(eval override enable_$(fla
$(foreach flag,$(subst $(comma),$(space),$(disable)),$(eval override enable_$(flag) :=))
include mk/build.mk
+include mk/cc.mk
include mk/cocotb.mk
include mk/cores.mk
include mk/cov.mk
+include mk/makehex.mk
include mk/obj.mk
+include mk/objcopy.mk
include mk/output.mk
include mk/peakrdl.mk
include mk/quartus.mk