AtomBusMon/target/lx9_dave/unknown/Makefile

12 lines
288 B
Makefile
Raw Normal View History

# 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