diff options
author | Matthias Kamuf <matthias.kamuf@hs-augsburg.de> | 2022-06-15 17:31:01 +0200 |
---|---|---|
committer | Matthias Kamuf <matthias.kamuf@hs-augsburg.de> | 2022-06-15 17:31:01 +0200 |
commit | 941aeaad5be56c905b4f38f3d07b0a0cbc1bd07f (patch) | |
tree | fcc25bd3326d1489a97e6413a5f45b6dc54b09e1 /matlab/dds_adda/makefile | |
parent | fda13db347b69d24b7327a5b48cd2af7abfc6408 (diff) |
Created stub for DDS test with ADDA-board using Simulink flow
Diffstat (limited to 'matlab/dds_adda/makefile')
-rw-r--r-- | matlab/dds_adda/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/matlab/dds_adda/makefile b/matlab/dds_adda/makefile new file mode 100644 index 0000000..8cf1d6d --- /dev/null +++ b/matlab/dds_adda/makefile @@ -0,0 +1,4 @@ +PROJECT=dds_adda_first +TOPLEVEL=$(PROJECT)/ml_dds_adda + +include ../makefile |