Move target files into separate directory.

This commit is contained in:
Gareth McMullin 2016-07-04 07:37:25 +12:00
parent b644724520
commit b494279fe5
29 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PROBE_HOST ?= native
PLATFORM_DIR = platforms/$(PROBE_HOST)
VPATH += $(PLATFORM_DIR) platforms/common
VPATH += $(PLATFORM_DIR) platforms/common target
ENABLE_DEBUG ?=
ifneq ($(V), 1)