mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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_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
|
||||
|
Loading…
Reference in New Issue
Block a user