mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-23 07:29:39 +00:00
a25a008ffc
Change-Id: I546e1afc0943443f444ae7f55783bac7e3379453
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 = Z80CpuMonALS
|
|
|
|
# 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
|