You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
710 B
23 lines
710 B
##############################################################
|
|
#
|
|
# DO NOT EDIT THIS FILE!
|
|
#
|
|
##############################################################
|
|
|
|
# If the tool is built out of the kit, PIN_ROOT must be specified in the make invocation and point to the kit root.
|
|
ifdef PIN_ROOT
|
|
CONFIG_ROOT := $(PIN_ROOT)/source/tools/Config
|
|
$(warning PIN_ROOT = $(PIN_ROOT))
|
|
else
|
|
CONFIG_ROOT := ../Config
|
|
endif
|
|
include $(CONFIG_ROOT)/makefile.config
|
|
include makefile.rules
|
|
include $(TOOLS_ROOT)/Config/makefile.default.rules
|
|
|
|
##############################################################
|
|
#
|
|
# DO NOT EDIT THIS FILE!
|
|
#
|
|
##############################################################
|