boards/pic32: remove useless use of APPDEPS

This commit is contained in:
Alexandre Abadie 2020-06-28 12:13:50 +02:00
parent ffa28e415a
commit b640ba2e15
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
APPDEPS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)/$(CPU_MODEL).S
# use pic32prog by default to program this board
PROGRAMMER ?= pic32prog

View File

@ -1,5 +1,3 @@
APPDEPS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)/$(CPU_MODEL).S
PORT_LINUX ?= /dev/ttyUSB0
include $(RIOTMAKE)/tools/serial.inc.mk