allow caller to assign COMMONDIR for cases where caller isn't where

expected.
This commit is contained in:
ehouse 2005-01-07 11:09:09 +00:00
parent fee2317645
commit 062d1cebb7

View file

@ -18,8 +18,8 @@
INCLUDES += -I../common -I./
COMMONDIR=../common
COMMONOBJDIR=../common/$(PLATFORM)
COMMONDIR ?= ../common
COMMONOBJDIR = ../common/$(PLATFORM)
COMMONSRC = \
$(COMMONDIR)/board.c \