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

Subversion Repositories or1k

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

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

Rev 1275 Rev 1765
#
#
# Makefile for the ATM Protocol Families.
# Makefile for the ATM Protocol Families.
#
#
# 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        := atm.o
O_TARGET        := atm.o
export-objs     := common.o atm_misc.o raw.o resources.o ipcommon.o proc.o
export-objs     := common.o atm_misc.o raw.o resources.o ipcommon.o proc.o
list-multi      := mpoa.o
list-multi      := mpoa.o
mpoa-objs       := mpc.o mpoa_caches.o mpoa_proc.o
mpoa-objs       := mpc.o mpoa_caches.o mpoa_proc.o
obj-y           := addr.o pvc.o signaling.o svc.o common.o atm_misc.o raw.o resources.o
obj-y           := addr.o pvc.o signaling.o svc.o common.o atm_misc.o raw.o resources.o
ifeq ($(CONFIG_ATM),m)
ifeq ($(CONFIG_ATM),m)
  obj-m += $(O_TARGET)
  obj-m += $(O_TARGET)
endif
endif
ifneq ($(CONFIG_ATM_CLIP),n)
ifneq ($(CONFIG_ATM_CLIP),n)
  NEED_IPCOM = ipcommon.o
  NEED_IPCOM = ipcommon.o
endif
endif
obj-$(CONFIG_ATM_CLIP) += clip.o
obj-$(CONFIG_ATM_CLIP) += clip.o
ifeq ($(CONFIG_ATM_BR2684),y)
ifeq ($(CONFIG_ATM_BR2684),y)
  NEED_IPCOM = ipcommon.o
  NEED_IPCOM = ipcommon.o
else
else
  ifeq ($(CONFIG_ATM_BR2684),m)
  ifeq ($(CONFIG_ATM_BR2684),m)
        NEED_IPCOM = ipcommon.o
        NEED_IPCOM = ipcommon.o
  endif
  endif
endif
endif
obj-$(CONFIG_ATM_BR2684) += br2684.o
obj-$(CONFIG_ATM_BR2684) += br2684.o
ifeq ($(CONFIG_NET_SCH_ATM),y)
ifeq ($(CONFIG_NET_SCH_ATM),y)
  NEED_IPCOM = ipcommon.o
  NEED_IPCOM = ipcommon.o
endif
endif
obj-y += $(NEED_IPCOM)
obj-y += $(NEED_IPCOM)
ifeq ($(CONFIG_PROC_FS),y)
ifeq ($(CONFIG_PROC_FS),y)
  obj-y += proc.o
  obj-y += proc.o
endif
endif
obj-$(CONFIG_ATM_LANE) += lec.o
obj-$(CONFIG_ATM_LANE) += lec.o
obj-$(CONFIG_ATM_MPOA) += mpoa.o
obj-$(CONFIG_ATM_MPOA) += mpoa.o
obj-$(CONFIG_PPPOATM) += pppoatm.o
obj-$(CONFIG_PPPOATM) += pppoatm.o
include $(TOPDIR)/Rules.make
include $(TOPDIR)/Rules.make
mpoa.o: $(mpoa-objs)
mpoa.o: $(mpoa-objs)
        $(LD) -r -o mpoa.o $(mpoa-objs)
        $(LD) -r -o mpoa.o $(mpoa-objs)
 
 

powered by: WebSVN 2.1.0

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