Makefile (1e045a62eea6a60f0463b01f72256a5ba483da1c) | Makefile (9c5f8a19b2de2860d4b7764204c52832ac0f4440) |
---|---|
1# 2# Makefile for HSR 3# 4 5obj-$(CONFIG_HSR) += hsr.o 6 7hsr-y := hsr_main.o hsr_framereg.o hsr_device.o \ 8 hsr_netlink.o hsr_slave.o hsr_forward.o | 1# 2# Makefile for HSR 3# 4 5obj-$(CONFIG_HSR) += hsr.o 6 7hsr-y := hsr_main.o hsr_framereg.o hsr_device.o \ 8 hsr_netlink.o hsr_slave.o hsr_forward.o |
9hsr-$(CONFIG_DEBUG_FS) += hsr_prp_debugfs.o | 9hsr-$(CONFIG_DEBUG_FS) += hsr_debugfs.o |