Revision 30a2f3c60a84092c8084dfe788b710f8d0768cd4 authored by Linus Torvalds on 13 August 2008, 01:55:39 UTC, committed by Linus Torvalds on 13 August 2008, 01:55:39 UTC
1 parent b0e0c9e
Raw File
Makefile
#
# Makefile for the netlink driver.
#

obj-y  				:= af_netlink.o attr.o genetlink.o
back to top