mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-08 03:29:21 +00:00
131312e0e9
Change-Id: I7efa2cf8079b4bfc1e89c5c26ecce30dfae34782
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
|