From 1d2ad3054aa1e91a30e613b820d5145914177d21 Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Tue, 6 Nov 2012 12:00:04 +0000 Subject: [PATCH] Makefile: Correct the location of Makefile.private Makefile.private lives in $(topdir) and if we're in $(OBJDIR) we need an absolute path so that it gets included. Signed-off-by: Matt Fleming --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 348cd17..32b7e5f 100644 --- a/Makefile +++ b/Makefile @@ -366,6 +366,6 @@ klibc: endif # ifeq ($(HAVE_FIRMWARE),) # Hook to add private Makefile targets for the maintainer. --include Makefile.private +-include $(topdir)/Makefile.private endif # ifeq ($(topdir),) -- 2.7.4