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

Merge pull request #12331 from aabadie/pr/boards/pic32-wifire-no-export-cpu

boards/pic32-wifire: remove export of CPU/CPU_MODEL
This commit is contained in:
Alexandre Abadie 2019-09-29 17:12:23 +02:00 committed by GitHub
commit 23b40d8b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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