Add missing paraemter for the correct board.

Without this parameter the qemu board is selected by default. Leading to errors
Signed-off-by: Akendo <akendo@akendo.eu>
This commit is contained in:
Akendo 2018-07-25 13:59:18 +02:00
parent 584c07042e
commit 1b0fdefb5f

View File

@ -24,5 +24,5 @@ The flash layout will be automatically adjusted and the ME image cleaned and tru
You can now compile the image with:
```
make CONFIG=config/x220-generic.config
make BOARD=x220 CONFIG=config/x220-generic.config
```