mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-08 18:30:55 +00:00
12 lines
288 B
Makefile
12 lines
288 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
|
||
|
TARGET = UnknownAdapter
|
||
|
|
||
|
# Common include files
|
||
|
include $(COMMON)/Makefile_loader.inc
|