]> Git Repo - linux.git/blob - drivers/base/firmware_loader/Makefile
ALSA: hda: Skip controller resume if not needed
[linux.git] / drivers / base / firmware_loader / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for the Linux firmware loader
3
4 obj-$(CONFIG_FW_LOADER_USER_HELPER) += fallback_table.o
5 obj-$(CONFIG_FW_LOADER) += firmware_class.o
6 firmware_class-objs := main.o
7 firmware_class-$(CONFIG_FW_LOADER_USER_HELPER) += fallback.o
8
9 obj-y += builtin/
This page took 0.02767 seconds and 4 git commands to generate.