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

cpu/lpc1768: move dependencies to Makefile.dep

This commit is contained in:
Alexandre Abadie 2019-12-07 17:12:30 +01:00
parent 98780ea023
commit 32525b7728
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 1 additions and 2 deletions

1
cpu/lpc1768/Makefile.dep Normal file
View File

@ -0,0 +1 @@
USEMODULE += pm_layered

View File

@ -1,5 +1,3 @@
CPU_ARCH = cortex-m3
USEMODULE += pm_layered
include $(RIOTMAKE)/arch/cortexm.inc.mk