summaryrefslogtreecommitdiff
path: root/rtl/legacy_gfx/mod.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/legacy_gfx/mod.mk')
-rw-r--r--rtl/legacy_gfx/mod.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtl/legacy_gfx/mod.mk b/rtl/legacy_gfx/mod.mk
new file mode 100644
index 0000000..4e0f46d
--- /dev/null
+++ b/rtl/legacy_gfx/mod.mk
@@ -0,0 +1,5 @@
+define core
+ $(this)/deps := config
+ $(this)/rtl_dirs := .
+ $(this)/rtl_top := gfx
+endef