Need to specify the target name, which allows us to have platforms that inherit from the cooja platform, like the cooja-ip64 platform

This commit is contained in:
Adam Dunkels 2015-03-24 14:42:49 +01:00
parent 06daa08ffc
commit 81391c11a7

View file

@ -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