Makefile.Test 147 B

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