ltrace: Add !BARE_METAL dependency

Ltrace requires an OS. Add a depend to prevent ltrace from being
selected when building for bare metal.

Fixes #1555, #2240
Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2025-01-03 16:16:35 +13:00
parent 0145966e8e
commit 9e027d8f4c

View File

@ -1,5 +1,6 @@
# ltrace
## depends on ! BARE_METAL
## select LIBELF_TARGET
##
## help ltrace is a program that simply runs the specified command until it exits.