mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-21 14:30:40 +00:00
c045ebd10c
Change-Id: I97ca73690c7e1258a5b359260d695af25c21ca54
19 lines
473 B
Makefile
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 = MC6809CpuMonGODIL
|
|
|
|
# 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
|