]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Makefile.uk: Condition header inclusion on Kconfig
authorAndrei Tatar <andrei@unikraft.io>
Wed, 19 Jul 2023 08:05:35 +0000 (10:05 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 10 Aug 2023 17:31:44 +0000 (17:31 +0000)
commit860d2c2d57eb5d92f6b7477df7fa4a372be27bb6
tree900598a4b900a3f826b3d249206cf860596fdf36
parent1721b8389b9163acfc37ac8e94ae7bfd10618a87
Makefile.uk: Condition header inclusion on Kconfig

Previously musl would add its headers to the include path
unconditionally when its Makefile would be included.
This change conditions this inclusion on whether musl is enabled via
Kconfig.

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.rules
Makefile.uk