Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
# SPDX-License-Identifier: GPL-2.0-only # # Makefile for HSR # obj-$([31mCONFIG_HSR[0m) += hsr.o hsr-y := hsr_main.o hsr_framereg.o hsr_device.o \ hsr_netlink.o hsr_slave.o hsr_forward.o hsr-$([31mCONFIG_DEBUG_FS[0m) += hsr_debugfs.o