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/smp/mod.mk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rtl/smp/mod.mk (limited to 'rtl/smp/mod.mk') diff --git a/rtl/smp/mod.mk b/rtl/smp/mod.mk new file mode 100644 index 0000000..3c14a30 --- /dev/null +++ b/rtl/smp/mod.mk @@ -0,0 +1,4 @@ +define core + $(this)/rtl_top := smp_ctrl + $(this)/rtl_dirs := . +endef -- cgit v1.2.3