]> Git Repo - linux.git/blob - drivers/base/firmware_loader/Makefile
bpf: prevent out of bounds speculation on pointer arithmetic
[linux.git] / drivers / base / firmware_loader / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for the Linux firmware loader
3
4 obj-y                   := 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
This page took 0.028186 seconds and 4 git commands to generate.