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:
parent
06daa08ffc
commit
81391c11a7
|
@ -37,7 +37,7 @@ endif ## QUICKSTART
|
||||||
#MAIN_SRC = $(OBJECTDIR)/$(LIBNAME).c
|
#MAIN_SRC = $(OBJECTDIR)/$(LIBNAME).c
|
||||||
MAIN_OBJ = $(OBJECTDIR)/$(LIBNAME).o
|
MAIN_OBJ = $(OBJECTDIR)/$(LIBNAME).o
|
||||||
ARCHIVE = $(OBJECTDIR)/$(LIBNAME).a
|
ARCHIVE = $(OBJECTDIR)/$(LIBNAME).a
|
||||||
JNILIB = $(OBJECTDIR)/$(LIBNAME).cooja
|
JNILIB = $(OBJECTDIR)/$(LIBNAME).$(TARGET)
|
||||||
CONTIKI_APP_OBJ = $(CONTIKI_APP).co
|
CONTIKI_APP_OBJ = $(CONTIKI_APP).co
|
||||||
|
|
||||||
### COOJA platform sources
|
### COOJA platform sources
|
||||||
|
|
Loading…
Reference in a new issue