From 496dd934cbda7bd52237865cb23b1f41dad73396 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 3 Sep 2018 10:39:14 -0600 Subject: [PATCH] apps/platform/Makefile: Fix missing dependency path in Makefile. --- platform/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/Makefile b/platform/Makefile index d56b4beca..5bf9ce73a 100644 --- a/platform/Makefile +++ b/platform/Makefile @@ -54,6 +54,7 @@ VPATH += board ROOTDEPPATH += --obj-path bin ROOTDEPPATH += --obj-suffix $(OBJEXT) ROOTDEPPATH += --dep-path $(PLATFORMDIR) +ROOTDEPPATH += --dep-path $(GNUDIR) # Binaries