AtomBusMon/target/lx9_jason/ice6809/Makefile
David Banks 9c4c0837e5 6809: seperate top level for GODIL and old LX9
Change-Id: I4a7d2a67c8aeaabc25d2987edb4a9026e92b1efc
2019-11-02 15:18:33 +00:00

19 lines
471 B
Makefile

# 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
PROJECT = MC6809CpuMonLX9
# The target .bit file to be generated including the monitor program
TARGET = ice6809
# Frequuency that the AVR runs at
F_CPU = 16000000
# Common include files
include $(COMMON)/Makefile_$(TARGET).inc
include $(COMMON)/Makefile.inc