mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-09 09:31:21 +00:00
dfeaff9488
Change-Id: I18c909f7586b439d52ecc938d4a9bb7a3e6d76e5
19 lines
468 B
Makefile
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 = 16000000
|
|
|
|
# Common include files
|
|
include $(COMMON)/Makefile_$(TARGET).inc
|
|
include $(COMMON)/Makefile.inc
|