diff options
Diffstat (limited to 'net/hsr/Makefile')
-rw-r--r-- | net/hsr/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/hsr/Makefile b/net/hsr/Makefile new file mode 100644 index 000000000000..b68359f181cc --- /dev/null +++ b/net/hsr/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for HSR +# + +obj-$(CONFIG_HSR) += hsr.o + +hsr-y := hsr_main.o hsr_framereg.o hsr_device.o hsr_netlink.o |