/usr/src/linux-azure-headers-4.15.0-1035/net/hsr/Makefile is in linux-azure-headers-4.15.0-1035 4.15.0-1035.36.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #
# Makefile for HSR
#
obj-$(CONFIG_HSR) += hsr.o
hsr-y := hsr_main.o hsr_framereg.o hsr_device.o \
hsr_netlink.o hsr_slave.o hsr_forward.o
|