mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2024-12-24 13:32:16 +00:00
7453cf4f9f
Change-Id: I75ff141a0d3b2c30a37d8f0e497f4f923e302b8b
16 lines
412 B
Makefile
16 lines
412 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 = AtomBusMon
|
|
|
|
# The target .bit file to be generated including the monitor program
|
|
TARGET = ice6502mon
|
|
|
|
# Common include files
|
|
include $(COMMON)/Makefile_$(TARGET).inc
|
|
include $(COMMON)/Makefile.inc
|