Makefile 230 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for HSR
  4. #
  5. obj-$(CONFIG_HSR) += hsr.o
  6. hsr-y := hsr_main.o hsr_framereg.o hsr_device.o \
  7. hsr_netlink.o hsr_slave.o hsr_forward.o
  8. hsr-$(CONFIG_DEBUG_FS) += hsr_debugfs.o