Remove random garbage diff.
[linux-2.6/linux-mips.git] / net / unix / Makefile
bloba335b486daaab25547703b2bd462435180c5bbdc
2 # Makefile for the Linux unix domain socket layer.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definition is now in the main makefile...
10 O_TARGET := unix.o
11 O_OBJS := af_unix.o garbage.o
12 M_OBJS := $(O_TARGET)
14 ifeq ($(CONFIG_SYSCTL),y)
15 O_OBJS += sysctl_net_unix.o
16 endif
18 include $(TOPDIR)/Rules.make
20 tar:
21 tar -cvf /dev/f1 .