# Makefile for Memory Copy Test Application
#
# This is a standard SpiNNaker2 application Makefile.
# It links against the required libraries and uses the correct linker script.
ERROR_LOG_ADDRESS = 0x9000
DATA_SPECS_ADDRESS = 0x9400
# Linker script (defines memory layout)
LINKERSCRIPT = model.ld
# Include the default SpiNNaker2 build rules
include $(DEFAULT_MAKEFILE_PATH)/Makefile

# Build targets:
#   make        - Build the application
#   make clean  - Remove build artifacts
#   make rebuild - Clean and rebuild
