3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-30 23:02:18 +00:00
Brooklyn/drivers/base/firmware_loader/Makefile

13 lines
462 B
Makefile
Raw Permalink Normal View History

2022-04-02 13:12:00 +00:00
# SPDX-License-Identifier: GPL-2.0
# Makefile for the Linux firmware loader
obj-$(CONFIG_FW_LOADER_USER_HELPER) += fallback_table.o
obj-$(CONFIG_FW_LOADER) += firmware_class.o
firmware_class-objs := main.o
firmware_class-$(CONFIG_FW_LOADER_USER_HELPER) += fallback.o
firmware_class-$(CONFIG_EFI_EMBEDDED_FIRMWARE) += fallback_platform.o
2022-09-13 18:14:27 +00:00
firmware_class-$(CONFIG_FW_LOADER_SYSFS) += sysfs.o
firmware_class-$(CONFIG_FW_UPLOAD) += sysfs_upload.o
2022-04-02 13:12:00 +00:00
obj-y += builtin/