aboutsummaryrefslogtreecommitdiff
path: root/src/source.mk
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-08-10 21:37:15 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2025-08-10 21:37:15 +0300
commit82c77b22605d691884be4c4e1e6bae8d66598d02 (patch)
tree040a9e97c12abc14b2ecda6bd16662b6908c083e /src/source.mk
parent489beadf61d05f40dd4ac40e4e5290502f7ad078 (diff)
downloadgran-82c77b22605d691884be4c4e1e6bae8d66598d02.tar.gz
gran-82c77b22605d691884be4c4e1e6bae8d66598d02.zip
make tests actually useful
+ Apparently quite a few components are currently broken, didn't even remember
Diffstat (limited to 'src/source.mk')
-rw-r--r--src/source.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/source.mk b/src/source.mk
index 7ec3b9e..aa9c817 100644
--- a/src/source.mk
+++ b/src/source.mk
@@ -1,4 +1,3 @@
include src/*/source.mk
-SOURCES += src/root.c src/clock_domain.c src/ideal_noc.c src/common.c
-MAIN_SRC += src/main.c
+GRAN_SOURCES += src/root.c src/clock_domain.c src/ideal_noc.c src/common.c