From f7645c9729a4776529a40bef24a11e3bcd921508 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 20 Apr 2016 21:04:53 -0400 Subject: driver: added -all-static support. --- src/driver/slbt_driver_ctx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/driver') diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 97248c8..8caa5cb 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -807,6 +807,10 @@ int slbt_get_driver_ctx( cctx.drvflags |= SLBT_DRIVER_MODULE; break; + case TAG_ALL_STATIC: + cctx.drvflags |= SLBT_DRIVER_ALL_STATIC; + break; + case TAG_AVOID_VERSION: cctx.drvflags |= SLBT_DRIVER_AVOID_VERSION; break; -- cgit v1.2.3