mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-23 07:29:39 +00:00
7954f86e41
Change-Id: Icd48522640507469b43ca3545fa1c46f88b0f0bb
19 lines
469 B
Makefile
19 lines
469 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 = MC6809ECpuMon
|
|
|
|
# The target .bit file to be generated including the monitor program
|
|
TARGET = ice6809
|
|
|
|
# Frequuency that the AVR runs at
|
|
F_CPU = 19354838
|
|
|
|
# Common include files
|
|
include $(COMMON)/Makefile_$(TARGET).inc
|
|
include $(COMMON)/Makefile.inc
|