root/net/Makefile

/* [previous][next][first][last][top][bottom][index][help] */
#
# Makefile for the linux networking.
#
# 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...

MOD_SUB_DIRS := ipv4
ALL_SUB_DIRS := 802 ax25 core ethernet ipv4 ipx unix appletalk netrom
SUB_DIRS     := $(ALL_SUB_DIRS)
L_TARGET     := network.a
L_OBJS       := socket.o protocols.o $(join $(SUB_DIRS),$(SUB_DIRS:%=/%.o))

include $(TOPDIR)/Rules.make

/* [previous][next][first][last][top][bottom][index][help] */