mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-22 16:30:06 +00:00
c6f860ed2c
Change-Id: I6d9f390a24b63a303f4a557e49ee68109af4c76a
16 lines
417 B
Makefile
16 lines
417 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 = MOS6502CpuMonGODIL
|
|
|
|
# The target .bit file to be generated including the monitor program
|
|
TARGET = ice6502
|
|
|
|
# Common include files
|
|
include $(COMMON)/Makefile_$(TARGET).inc
|
|
include $(COMMON)/Makefile.inc
|