initcommit osclsk prototype

This commit is contained in:
Ellen Arvidsson 2025-06-13 12:51:54 +02:00
commit 4ade3a5f00
19 changed files with 1780 additions and 0 deletions

10
make/daisy.mk Normal file
View file

@ -0,0 +1,10 @@
PROJECT_DIR = /Users/ellen/code/daisy
# Path to libDaisy and DaisySP
LIBDAISY_DIR = $(PROJECT_DIR)/libDaisy
DAISYSP_DIR = $(PROJECT_DIR)/DaisySP
# Core location, and generic makefile.
SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core
include $(SYSTEM_FILES_DIR)/Makefile