From 638b75fb4c8fdc3c9d3a208f6bd9976841bc0928 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 5 May 2024 18:45:11 -0600 Subject: rtl/if_common: initial commit, moved out of gfx --- rtl/if_common/mod.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rtl/if_common/mod.mk (limited to 'rtl/if_common/mod.mk') diff --git a/rtl/if_common/mod.mk b/rtl/if_common/mod.mk new file mode 100644 index 0000000..e60abc4 --- /dev/null +++ b/rtl/if_common/mod.mk @@ -0,0 +1,3 @@ +define core + $(this)/rtl_dirs := . +endef -- cgit v1.2.3