summaryrefslogtreecommitdiff
path: root/mk/top.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/top.mk')
-rw-r--r--mk/top.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/top.mk b/mk/top.mk
index 9f67ff6..e9d0181 100644
--- a/mk/top.mk
+++ b/mk/top.mk
@@ -26,6 +26,7 @@ endif
$(foreach flag,$(subst $(comma),$(space),$(enable)),$(eval override enable_$(flag) := 1))
$(foreach flag,$(subst $(comma),$(space),$(disable)),$(eval override enable_$(flag) :=))
+include mk/bin2rel.mk
include mk/build.mk
include mk/cc.mk
include mk/cocotb.mk