Makefile.Test 168 B

12345678
  1. DIR := $(dir $(lastword $(MAKEFILE_LIST)))
  2. expand_target = $(1)
  3. ifeq ($(PAL_HOST),)
  4. include $(DIR)/Makefile.Host
  5. endif
  6. -include $(DIR)/host/$(PAL_HOST)/Makefile.Test