net: move devres helpers into a separate source file
[sfrench/cifs-2.6.git] / net / Makefile
index 07ea48160874719ea90de3448df56941ee8645b4..5744bf1997fd07aeb2a7a16e0e88d92a89a4d575 100644 (file)
@@ -6,7 +6,7 @@
 # Rewritten to use lists instead of if-statements.
 #
 
-obj-$(CONFIG_NET)              := socket.o core/
+obj-$(CONFIG_NET)              := devres.o socket.o core/
 
 tmp-$(CONFIG_COMPAT)           := compat.o
 obj-$(CONFIG_NET)              += $(tmp-y)