summaryrefslogtreecommitdiff
path: root/rtl/legacy_gfx/mod.mk
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-05-05 17:34:22 -0600
committerAlejandro Soto <alejandro@34project.org>2024-05-05 17:38:27 -0600
commit081a8a3ba8bfe036f31da53f9c041a2caa30fce2 (patch)
tree7d712b67d3dc1ad3d37041562774ba3c4e5a7f49 /rtl/legacy_gfx/mod.mk
parente5b64ea353678baabd16d245fcfaa3384e1acf8f (diff)
rtl/legacy_gfx: rename gfx -> legacy_gfx
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