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 6d840fd2ce
commit f0d5b0b251

View file

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