1*e850efedSPhani Burra# SPDX-License-Identifier: GPL-2.0-only 2*e850efedSPhani Burra# Copyright (C) 2023 Intel Corporation 3*e850efedSPhani Burra 4*e850efedSPhani Burra# Makefile for Intel(R) Infrastructure Data Path Function Linux Driver 5*e850efedSPhani Burra 6*e850efedSPhani Burraobj-$(CONFIG_IDPF) += idpf.o 7*e850efedSPhani Burra 8*e850efedSPhani Burraidpf-y := \ 9*e850efedSPhani Burra idpf_main.o 10