/usr/src/linux-headers-3.13.0-27/net/hsr/Makefile is in linux-headers-3.13.0-27 3.13.0-27.50.
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 | #
# Makefile for HSR
#
obj-$(CONFIG_HSR) += hsr.o
hsr-y := hsr_main.o hsr_framereg.o hsr_device.o hsr_netlink.o
|