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

Subversion Repositories or1k

[/] [or1k/] [tags/] [before_ORP/] [uclinux/] [uClinux-2.0.x/] [drivers/] [net/] [Makefile] - Diff between revs 199 and 743

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 199 Rev 743
Line 687... Line 687...
  ifeq ($(CONFIG_RCPCI),m)
  ifeq ($(CONFIG_RCPCI),m)
  M_OBJS += rcpci.o
  M_OBJS += rcpci.o
  endif
  endif
endif
endif
 
 
 
ifeq ($(CONFIG_OETH),y)
 
L_OBJS += open_eth.o
 
CONFIG_OETH_BUILTIN = y
 
else
 
  ifeq ($(CONFIG_OETH),m)
 
  CONFIG_OETH_MODULE = y
 
  M_OBJS += open_eth.o
 
  endif
 
endif
 
 
include $(TOPDIR)/Rules.make
include $(TOPDIR)/Rules.make
 
 
clean:
clean:
        rm -f core *.o *.a *.s
        rm -f core *.o *.a *.s
 
 
Line 761... Line 771...
 
 
dgrs.o: dgrs.c dgrs.h CONFIG
dgrs.o: dgrs.c dgrs.h CONFIG
        $(CC) $(CPPFLAGS) $(CFLAGS) -c $<
        $(CC) $(CPPFLAGS) $(CFLAGS) -c $<
tulip.o: tulip.c CONFIG
tulip.o: tulip.c CONFIG
        $(CC) $(CPPFLAGS) $(CFLAGS) $(TULIP_OPTS) -c $<
        $(CC) $(CPPFLAGS) $(CFLAGS) $(TULIP_OPTS) -c $<
 
 
 
open_eth.o:     open_eth.c CONFIG
 
        $(CC) $(CPPFLAGS) $(CFLAGS) $(OETH_OPTS) -c $<
 
 
 
 
 
 

powered by: WebSVN 2.1.0

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