]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Makefile.uk: Condition TCB reserve on Kconfig
authorAndrei Tatar <andrei@unikraft.io>
Wed, 7 Jun 2023 09:10:30 +0000 (11:10 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 10 Aug 2023 17:31:44 +0000 (17:31 +0000)
commit999f13e995866e1f2a57c247e7851a1a310257dc
tree39278a53389b393af1af3088806e327354f1d55c
parent2e6c8110141b2f7b853a0d48caaa5e813671949c
Makefile.uk: Condition TCB reserve on Kconfig

Previously musl's Makefile would unconditionally reserve a TCB size,
regardless of whether musl was selected for build in Kconfig.
This change makes this reservation happen only when musl is selected.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #54
Makefile.uk