OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [net/] [802/] [Makefile] - Diff between revs 1275 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 1275 Rev 1765
#
#
# Makefile for the Linux 802.x protocol layers.
# Makefile for the Linux 802.x protocol layers.
#
#
# Note! Dependencies are done automagically by 'make dep', which also
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
# unless it's something special (ie not a .c file).
#
#
# Note 2! The CFLAGS definition is now in the main makefile...
# Note 2! The CFLAGS definition is now in the main makefile...
O_TARGET := 802.o
O_TARGET := 802.o
export-objs = llc_macinit.o p8022.o psnap.o fc.o
export-objs = llc_macinit.o p8022.o psnap.o fc.o
obj-y   = p8023.o
obj-y   = p8023.o
obj-$(CONFIG_SYSCTL) += sysctl_net_802.o
obj-$(CONFIG_SYSCTL) += sysctl_net_802.o
obj-$(CONFIG_LLC) += llc_sendpdu.o llc_utility.o cl2llc.o llc_macinit.o
obj-$(CONFIG_LLC) += llc_sendpdu.o llc_utility.o cl2llc.o llc_macinit.o
ifeq ($(CONFIG_SYSCTL),y)
ifeq ($(CONFIG_SYSCTL),y)
obj-y += sysctl_net_802.o
obj-y += sysctl_net_802.o
endif
endif
ifeq ($(CONFIG_LLC),y)
ifeq ($(CONFIG_LLC),y)
subdir-y += transit
subdir-y += transit
obj-y += llc_sendpdu.o llc_utility.o cl2llc.o llc_macinit.o
obj-y += llc_sendpdu.o llc_utility.o cl2llc.o llc_macinit.o
SNAP = y
SNAP = y
endif
endif
ifdef CONFIG_TR
ifdef CONFIG_TR
obj-y += tr.o
obj-y += tr.o
        SNAP=y
        SNAP=y
endif
endif
ifdef CONFIG_NET_FC
ifdef CONFIG_NET_FC
obj-y += fc.o
obj-y += fc.o
endif
endif
ifdef CONFIG_FDDI
ifdef CONFIG_FDDI
obj-y += fddi.o
obj-y += fddi.o
endif
endif
ifdef CONFIG_HIPPI
ifdef CONFIG_HIPPI
obj-y += hippi.o
obj-y += hippi.o
endif
endif
ifdef CONFIG_IPX
ifdef CONFIG_IPX
        SNAP=y
        SNAP=y
endif
endif
ifdef CONFIG_ATALK
ifdef CONFIG_ATALK
        SNAP=y
        SNAP=y
endif
endif
ifeq ($(SNAP),y)
ifeq ($(SNAP),y)
obj-y += p8022.o psnap.o
obj-y += p8022.o psnap.o
endif
endif
include $(TOPDIR)/Rules.make
include $(TOPDIR)/Rules.make
cl2llc.c: cl2llc.pre
cl2llc.c: cl2llc.pre
        @rm -f $@
        @rm -f $@
        sed -f ./pseudo/opcd2num.sed cl2llc.pre >cl2llc.c
        sed -f ./pseudo/opcd2num.sed cl2llc.pre >cl2llc.c
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.