#
# Makefile for the Linux TCP/IPv6 (INET6) layer.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definition is now in the main makefile...

O_TARGET := ipv6-dim.o
IPV6-DIM_OBJS := protocol6.o af_inet6.o ipv6_output.o ipv6_input.o raw6.o \
	     	icmpv6.o addrconf.o proc6.o udp6.o tcp6.o ipv6_route.o \
	     	nd.o igmpv6.o sit.o ipv6_fwd.o sockopt6.o ipv6_netlink.o \
		devinet6.o table_mgmt.o flow.o options6.o

ifdef CONFIG_NET_IPV6_DIM
  O_OBJS := $(IPV6-DIM_OBJS)
endif

include $(TOPDIR)/Rules.make

tar:
		tar -cvf /dev/f1 .

