]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
Makefile: Fix support for external platforms
authorRobert Kuban <robert.kuban@opensynergy.com>
Tue, 5 Sep 2023 14:39:58 +0000 (16:39 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 14 Sep 2023 13:23:08 +0000 (13:23 +0000)
commit30f63e93b1965d6c823eaa8b28f90733d9771975
tree8c91433a082b52d759284c017277a229b2b5324c
parent5d304c915d1f73d22fd8cc15ccdd3e95261d26bf
Makefile: Fix support for external platforms

Set `KCONFIG_EPLAT_DIRS` to the list of external platforms `$(P)` instead
of `$(E)`, which is not defined in this context.

With the change, the `config-submenu.sh` script will pickup the `Config.uk`
of an external platform as expected.

Signed-off-by: Robert Kuban <robert.kuban@opensynergy.com>
Reviewed-by: Simon Kuenzer <simon@unikraft.io>
Approved-by: Simon Kuenzer <simon@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #1082
Makefile