7 lines
110 B
Makefile
7 lines
110 B
Makefile
#
|
|
# Makefile for the netlink driver.
|
|
#
|
|
|
|
obj-y := af_netlink.o
|
|
obj-$(CONFIG_NETLINK_DEV) += netlink_dev.o
|