tool_targets.inc 130 B

1234567
  1. ifneq ($(TOOL_TARGETS_HAVE_BEEN_INCLUDED),yes)
  2. TOOL_TARGETS_HAVE_BEEN_INCLUDED=yes
  3. include $(ROOT_DIR)/tools/Makefile.mk
  4. endif