blob: 6436f10329f62fe858b005d483624f95bab84f22 [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# By default test drivers live in driver/test/.
ifeq ($(MODULE_SO_INSTALL_NAME),)
MODULE_SO_INSTALL_NAME := driver/test/$(MODULE_NAME).so
endif
include make/module-userlib.mk