From 6c175d5dc428f630e3bd4caf707db4b77b0b87e7 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 12 Feb 2024 16:20:12 -0600 Subject: rtl, tb: add core.mk files --- rtl/cache/mod.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rtl/cache/mod.mk (limited to 'rtl/cache') diff --git a/rtl/cache/mod.mk b/rtl/cache/mod.mk new file mode 100644 index 0000000..10b7d1a --- /dev/null +++ b/rtl/cache/mod.mk @@ -0,0 +1,5 @@ +define core + $(this)/deps := config + $(this)/rtl_dirs := . + $(this)/rtl_top := cache +endef -- cgit v1.2.3