xref: /linux/drivers/base/firmware_loader/Makefile (revision a48c7709fe42712e86d2d68e1c9c4d2ce14c6a16)
1# SPDX-License-Identifier: GPL-2.0
2# Makefile for the Linux firmware loader
3
4obj-y			:= fallback_table.o
5obj-$(CONFIG_FW_LOADER)	+= firmware_class.o
6firmware_class-objs := main.o
7firmware_class-$(CONFIG_FW_LOADER_USER_HELPER) += fallback.o
8