From 0122373fdccf5a041e6d0fac970a942ab67ca73c Mon Sep 17 00:00:00 2001 From: Niclas Finne Date: Mon, 17 Feb 2014 14:26:04 +0100 Subject: [PATCH] OBJECTDIR is defined by Makefile.include --- cpu/stm32w108/Makefile.stm32w108 | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpu/stm32w108/Makefile.stm32w108 b/cpu/stm32w108/Makefile.stm32w108 index 5fcb0dcef..76ac36faf 100644 --- a/cpu/stm32w108/Makefile.stm32w108 +++ b/cpu/stm32w108/Makefile.stm32w108 @@ -207,8 +207,6 @@ endif ### Custom rules -OBJECTDIR = obj_$(TARGET) - ssubst = ${patsubst %.s,%.o,${patsubst %.s79,%.o,$(1)}} CONTIKI_OBJECTFILES += ${addprefix $(OBJECTDIR)/,${call ssubst, $(STM32W_S)}}