From 062d1cebb7a899aaf3cddc92c7aae3ffc94b334f Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 7 Jan 2005 11:09:09 +0000 Subject: [PATCH] allow caller to assign COMMONDIR for cases where caller isn't where expected. --- common/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config.mk b/common/config.mk index 980f742b6..32d8e3e22 100644 --- a/common/config.mk +++ b/common/config.mk @@ -18,8 +18,8 @@ INCLUDES += -I../common -I./ -COMMONDIR=../common -COMMONOBJDIR=../common/$(PLATFORM) +COMMONDIR ?= ../common +COMMONOBJDIR = ../common/$(PLATFORM) COMMONSRC = \ $(COMMONDIR)/board.c \