8 lines
200 B
Makefile
8 lines
200 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Copyright (c) 2020, Intel Corporation. All rights reserved.
|
||
|
#
|
||
|
# Makefile - PXP client driver for Intel MEI Bus Driver.
|
||
|
|
||
|
obj-$(CONFIG_INTEL_MEI_PXP) += mei_pxp.o
|