From 81391c11a7a338237477cf21eac5e410b1f4a70d Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Tue, 24 Mar 2015 14:42:49 +0100 Subject: [PATCH] Need to specify the target name, which allows us to have platforms that inherit from the cooja platform, like the cooja-ip64 platform --- platform/cooja/Makefile.cooja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/cooja/Makefile.cooja b/platform/cooja/Makefile.cooja index 574def7c7..41fd42719 100644 --- a/platform/cooja/Makefile.cooja +++ b/platform/cooja/Makefile.cooja @@ -37,7 +37,7 @@ endif ## QUICKSTART #MAIN_SRC = $(OBJECTDIR)/$(LIBNAME).c MAIN_OBJ = $(OBJECTDIR)/$(LIBNAME).o ARCHIVE = $(OBJECTDIR)/$(LIBNAME).a -JNILIB = $(OBJECTDIR)/$(LIBNAME).cooja +JNILIB = $(OBJECTDIR)/$(LIBNAME).$(TARGET) CONTIKI_APP_OBJ = $(CONTIKI_APP).co ### COOJA platform sources