From 173b545076f33b04bdac929c9579fc49b58e1cb2 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 6 Mar 2016 13:55:30 -0500 Subject: driver: added context initialization for --config. --- src/driver/slbt_driver_ctx.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 8d586cd..f75e2b4 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -162,6 +162,11 @@ int slbt_get_driver_ctx( else if (!strcmp("CXX",entry->arg)) cctx.tag = SLBT_TAG_CXX; break; + + case TAG_CONFIG: + cctx.drvflags |= SLBT_DRIVER_CONFIG; + break; + } } else nunits++; -- cgit v1.2.3