Skip to content

Commit

Permalink
rimage: config: add ptl to generic platform toml
Browse files Browse the repository at this point in the history
This is required to build single PTL loadable module

Signed-off-by: Adrian Bonislawski <[email protected]>
  • Loading branch information
abonislawski authored and kv2019i committed Feb 10, 2025
1 parent 40f087e commit b5e8e45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/rimage/config/platform.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
#include "platform-mtl.toml"
#elif CONFIG_LUNARLAKE
#include "platform-lnl.toml"
#elif CONFIG_PANTHERLAKE
#include "platform-ptl.toml"
#endif

0 comments on commit b5e8e45

Please sign in to comment.