AtomBusMon/target/lx9_dave/ice6502/Makefile
David Banks 1dcf9fa247 Updated lx9_dave/ice6502 with correct .ucf file and a new top-level design
Change-Id: Ic67e37fb876322983a44c35e9db08b1b8371aea2
2018-11-20 17:32:02 +00:00

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