15 lines
280 B
Makefile
15 lines
280 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2024 Intel Corporation
|
|
|
|
obj-$(CONFIG_LIBIE) += libie.o
|
|
|
|
libie-y := rx.o
|
|
|
|
obj-$(CONFIG_LIBIE_ADMINQ) += libie_adminq.o
|
|
|
|
libie_adminq-y := adminq.o
|
|
|
|
obj-$(CONFIG_LIBIE_FWLOG) += libie_fwlog.o
|
|
|
|
libie_fwlog-y := fwlog.o
|