8 lines
207 B
Makefile
8 lines
207 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the device driver of PPE (Packet Process Engine) in IPQ SoC
|
|
#
|
|
|
|
obj-$(CONFIG_QCOM_PPE) += qcom-ppe.o
|
|
qcom-ppe-objs := ppe.o ppe_config.o ppe_debugfs.o
|