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

boards/pic32-wifire: remove export of CPU/CPU_MODEL

These values are already defined in Makefile.features
This commit is contained in:
Alexandre Abadie 2019-09-29 16:35:45 +02:00
parent 1543a8c438
commit 9b1115583e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,5 +1,3 @@
export CPU = mips_pic32mz
export CPU_MODEL=p32mz2048efg100
export APPDEPS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)/$(CPU_MODEL).S
export USE_UHI_SYSCALLS = 1