AtomBusMon/target/lx9_jason_flipped/ice65c02/Makefile
David Banks c6f860ed2c 6502: seperate top level for GODIL and old LX9, rename modules for consistency
Change-Id: I6d9f390a24b63a303f4a557e49ee68109af4c76a
2019-11-02 19:31:32 +00:00

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