From 6b91fa17386e85aa6d536fbeddfa8f14248d21a9 Mon Sep 17 00:00:00 2001 From: Edvard Pettersen Date: Thu, 26 Jul 2018 12:08:04 +0200 Subject: [PATCH] Cleaned up examples Makefile --- .../simplelink/cc13xx-cc26xx/very-sleepy-demo/Makefile | 4 +--- .../simplelink/cc13xx-cc26xx/web-demo/Makefile | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/examples/platform-specific/simplelink/cc13xx-cc26xx/very-sleepy-demo/Makefile b/examples/platform-specific/simplelink/cc13xx-cc26xx/very-sleepy-demo/Makefile index 07da8daf8..97272c9a7 100644 --- a/examples/platform-specific/simplelink/cc13xx-cc26xx/very-sleepy-demo/Makefile +++ b/examples/platform-specific/simplelink/cc13xx-cc26xx/very-sleepy-demo/Makefile @@ -2,9 +2,7 @@ CONTIKI_PROJECT = very-sleepy-demo PLATFORMS_ONLY = simplelink -all: $(CONTIKI_PROJECT).$(TARGET) - -SMALL = 1 +all: $(CONTIKI_PROJECT) MODULES += os/net/app-layer/coap diff --git a/examples/platform-specific/simplelink/cc13xx-cc26xx/web-demo/Makefile b/examples/platform-specific/simplelink/cc13xx-cc26xx/web-demo/Makefile index feae0b36d..aa310465d 100644 --- a/examples/platform-specific/simplelink/cc13xx-cc26xx/web-demo/Makefile +++ b/examples/platform-specific/simplelink/cc13xx-cc26xx/web-demo/Makefile @@ -1,6 +1,8 @@ CONTIKI_PROJECT = web-demo -all: $(CONTIKI_PROJECT).$(TARGET) +PLATFORMS_ONLY = simplelink + +all: $(CONTIKI_PROJECT) MODULES_REL += ./resources @@ -12,8 +14,6 @@ ifeq ($(MAKE_ROUTING),MAKE_ROUTING_RPL_CLASSIC) PROJECT_SOURCEFILES += cetic-6lbr-client.c endif -SMALL = 1 - # REST Engine shall use Erbium CoAP implementation MODULES += os/net/app-layer/mqtt MODULES += os/net/app-layer/coap