# 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     = MultiBootLoader

# Common include files
include $(COMMON)/Makefile_loader.inc
