~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/net/ipv4/Makefile

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 #
  2 # Makefile for the Linux TCP/IP (INET) layer.
  3 #
  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).
  7 #
  8 # Note 2! The CFLAGS definition is now in the main makefile...
  9 
 10 O_TARGET := ipv4.o
 11 
 12 export-objs = ipip.o ip_gre.o
 13 
 14 obj-y     := utils.o route.o inetpeer.o proc.o protocol.o \
 15              ip_input.o ip_fragment.o ip_forward.o ip_options.o \
 16              ip_output.o ip_sockglue.o \
 17              tcp.o tcp_input.o tcp_output.o tcp_timer.o tcp_ipv4.o tcp_minisocks.o \
 18              raw.o udp.o arp.o icmp.o devinet.o af_inet.o igmp.o \
 19              sysctl_net_ipv4.o fib_frontend.o fib_semantics.o fib_hash.o
 20 
 21 obj-$(CONFIG_IP_MULTIPLE_TABLES) += fib_rules.o
 22 obj-$(CONFIG_IP_ROUTE_NAT) += ip_nat_dumb.o
 23 obj-$(CONFIG_IP_MROUTE) += ipmr.o
 24 obj-$(CONFIG_NET_IPIP) += ipip.o
 25 obj-$(CONFIG_NET_IPGRE) += ip_gre.o
 26 obj-$(CONFIG_SYN_COOKIES) += syncookies.o
 27 obj-$(CONFIG_IP_PNP) += ipconfig.o
 28 
 29 include $(TOPDIR)/Rules.make
 30 
 31 tar:
 32                 tar -cvf /dev/f1 .

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.