2017-07-26 13:59:20 +00:00
|
|
|
# The root directory of the project
|
|
|
|
ROOT = ../../..
|
|
|
|
|
|
|
|
# The common directory for makefile includes, etc.
|
|
|
|
COMMON = ../../common
|
|
|
|
|
|
|
|
# The project .bit file produced by the Xilinx .xise project
|
2019-11-02 15:18:33 +00:00
|
|
|
PROJECT = MC6809CpuMonLX9
|
2017-07-26 13:59:20 +00:00
|
|
|
|
|
|
|
# The target .bit file to be generated including the monitor program
|
|
|
|
TARGET = ice6809
|
|
|
|
|
2017-07-29 18:55:27 +00:00
|
|
|
# Frequuency that the AVR runs at
|
2019-11-02 15:18:33 +00:00
|
|
|
F_CPU = 16000000
|
2017-07-29 18:55:27 +00:00
|
|
|
|
2017-07-26 13:59:20 +00:00
|
|
|
# Common include files
|
|
|
|
include $(COMMON)/Makefile_$(TARGET).inc
|
|
|
|
include $(COMMON)/Makefile.inc
|