8 lines
223 B
Makefile
8 lines
223 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Copyright (c) 2022-2023, Intel Corporation. All rights reserved.
|
||
|
#
|
||
|
# Makefile - GSC Proxy client driver for Intel MEI Bus Driver.
|
||
|
|
||
|
obj-$(CONFIG_INTEL_MEI_GSC_PROXY) += mei_gsc_proxy.o
|