mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-28 14:58:52 +01:00
8 lines
150 B
Makefile
8 lines
150 B
Makefile
#
|
|
# 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
|