From 6662dc86eb1b181196f524f7465f9779298772e6 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser <kaspar@schleiser.de> Date: Thu, 11 Jun 2015 20:45:39 +0200 Subject: [PATCH] board: arduino-due, mbed_lpc1768, udoo: remove redundant CPU_MODEL define --- boards/arduino-due/Makefile.include | 1 - boards/mbed_lpc1768/Makefile.include | 2 -- boards/udoo/Makefile.include | 1 - 3 files changed, 4 deletions(-) diff --git a/boards/arduino-due/Makefile.include b/boards/arduino-due/Makefile.include index 4853a41519..328f58611a 100644 --- a/boards/arduino-due/Makefile.include +++ b/boards/arduino-due/Makefile.include @@ -1,6 +1,5 @@ # define the cpu used by the arduino due board export CPU = sam3x8e -export CPU_MODEL = sam3x8e # define the default port depending on the host OS PORT_LINUX ?= /dev/ttyACM0 diff --git a/boards/mbed_lpc1768/Makefile.include b/boards/mbed_lpc1768/Makefile.include index d793033390..8dd9ed1e9b 100644 --- a/boards/mbed_lpc1768/Makefile.include +++ b/boards/mbed_lpc1768/Makefile.include @@ -1,7 +1,5 @@ # define the cpu used by the mbed_lpx1768 board export CPU = lpc1768 -export CPU_MODEL = lpc1768 - export FLASHER = $(RIOTBOARD)/$(BOARD)/dist/flash.sh export DEBUGGER = diff --git a/boards/udoo/Makefile.include b/boards/udoo/Makefile.include index 2f3f84c1f8..71d88e6044 100644 --- a/boards/udoo/Makefile.include +++ b/boards/udoo/Makefile.include @@ -1,6 +1,5 @@ # define the cpu used by the udoo board export CPU = sam3x8e -export CPU_MODEL = sam3x8e #define the flash-tool and default port depending on the host operating system OS := $(shell uname) -- GitLab