|
@@ -24,9 +24,9 @@
|
|
|
|
|
|
include $(TOPDIR)/config.mk
|
|
include $(TOPDIR)/config.mk
|
|
|
|
|
|
-# ifneq ($(OBJTREE),$(SRCTREE))
|
|
|
|
-# $(shell mkdir -p $(obj)./common)
|
|
|
|
-# endif
|
|
|
|
|
|
+ifneq ($(OBJTREE),$(SRCTREE))
|
|
|
|
+$(shell mkdir -p $(obj)../common)
|
|
|
|
+endif
|
|
|
|
|
|
LIB = $(obj)lib$(BOARD).a
|
|
LIB = $(obj)lib$(BOARD).a
|
|
|
|
|