system76 / firmware-open

System76 Open Firmware
Other
946 stars 84 forks source link

scripts: Always set EC build dir #487

Closed crawfxrd closed 9 months ago

crawfxrd commented 9 months ago

Building EC was broken as the build output from the previous board was not being cleaned. BUILD is now always set, defaulting to "build", instead of only when BOARD is specified. For good measure, add it to the clean command in case a custom path is used.

Fixes: 569321f9ac79 ("scripts: Set EC build dir")