mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-24 03:32:44 +00:00
29438683b2
Change-Id: I1f339996037bb8a20afb7664877e0ed1d53d3868
19 lines
467 B
Makefile
19 lines
467 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 = Z80CpuMonLX9
|
|
|
|
# The target .bit file to be generated including the monitor program
|
|
TARGET = icez80
|
|
|
|
# Frequuency that the AVR runs at
|
|
F_CPU = 16000000
|
|
|
|
# Common include files
|
|
include $(COMMON)/Makefile_$(TARGET).inc
|
|
include $(COMMON)/Makefile.inc
|