#
# Makefile for the MIPL Mobile IPv6 for Linux.
#
# 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).
#


## multi-objs = mobile_ip6.o

## O_TARGET := mobile_ip6.o
mobile_ip6-objs :=	mipv6.o tunnel.o ha.o mn.o dstopts.o procrcv.o \
                mempool.o hashlist.o mdetect.o bul.o bcache.o debug.o \
                sendopts.o stats.o access.o sysctl.o router.o

obj-$(CONFIG_IPV6_MOBILITY)   += mobile_ip6.o

mobile_ip6.o:  $(mobile_ip6-objs)
	$(LD) $(LD_RFLAG) -r -o $@ $(mobile_ip6-objs)

include $(TOPDIR)/Rules.make






