1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/cc2538dk: remove useless include of renode

This commit is contained in:
Alexandre Abadie 2020-11-20 14:22:37 +01:00
parent 19590a9f74
commit 85765e1e33
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -6,7 +6,4 @@ PROGRAMMER_SERIAL ?= 06EB
PORT_LINUX ?= $(word 2,$(shell $(RIOTTOOLS)/usb-serial/find-tty.sh '^$(PROGRAMMER_SERIAL)'))
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*)))
# setup emulator
include $(RIOTMAKE)/tools/renode.inc.mk
include $(RIOTBOARD)/common/cc2538/Makefile.include