From 8578b75f9c18fd267c8a0746192ab3f051561df2 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 24 Mar 2021 17:51:48 -0400 Subject: Make building outside of the top directory work. This also makes the cross-build targets (and not the others) /use/ this functionality, so we'll catch it if we break it again. This fixes issue #340. Signed-off-by: Peter Jones --- Make.defaults | 1 + 1 file changed, 1 insertion(+) (limited to 'Make.defaults') diff --git a/Make.defaults b/Make.defaults index b7721547..a775083e 100644 --- a/Make.defaults +++ b/Make.defaults @@ -1,6 +1,7 @@ # load the local configuration if it exists -include Make.local +-include $(TOPDIR)/Make.local COMPILER ?= gcc CC = $(CROSS_COMPILE)$(COMPILER) -- cgit v1.2.3