Commit be2ba16b authored by Alessandro Rubini's avatar Alessandro Rubini

MAKEALL drop old HAS_DIAG, use pp_printf versions

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent ac91a7f3
......@@ -14,9 +14,10 @@ build_one () {
}
build_diags () {
build_one "arch \"$ARCH\", ext \"$PROTO_EXT\", no diag"
build_one "arch \"$ARCH\", ext \"$PROTO_EXT\", mini diag" HAS_DIAG=y
build_one "arch \"$ARCH\", ext \"$PROTO_EXT\", full diag" HAS_FULL_DIAG=y
msg="arch \"$ARCH\", ext \"$PROTO_EXT\""
build_one "$msg, printf none" CONFIG_PRINTF_NONE=y
build_one "$msg, printf xint" CONFIG_PRINTF_XINT=y
build_one "$msg, printf full" CONFIG_PRINTF_FULL=y
}
build_ext () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment