mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
8 lines
152 B
Makefile
8 lines
152 B
Makefile
#
|
|
# Makefile for the netlink driver.
|
|
#
|
|
|
|
obj-y := af_netlink.o genetlink.o
|
|
|
|
obj-$(CONFIG_NETLINK_DIAG) += netlink_diag.o
|
|
netlink_diag-y := diag.o
|