amiro-os / boards / PowerManagement / board.mk @ e5606def
History | View | Annotate | Download (274 Bytes)
1 | 58fe0e0b | Thomas Schöpping | # List of all the board related files. |
---|---|---|---|
2 | BOARDSRC = ${AMIRO}/boards/PowerManagement/board.c \ |
||
3 | ${AMIRO}/boards/PowerManagement/wakeup.c |
||
4 | |||
5 | # Required include directories |
||
6 | BOARDINC = ${AMIRO}/boards/PowerManagement |
||
7 | |||
8 | # Required linker directory |
||
9 | BOARDLD = ${AMIRO}/ports |