forked from Imagelibrary/rtems
2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 405/bsps PR 393/networking * network/dec21140.c: Fix leak also known as PR393. * network/elnk.c, network/if_media.h, network/mii.h: New files. * network/Makefile.am: Reflect new files.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||||
|
|
||||||
|
PR 405/bsps
|
||||||
|
PR 393/networking
|
||||||
|
* network/dec21140.c: Fix leak also known as PR393.
|
||||||
|
* network/elnk.c, network/if_media.h, network/mii.h: New files.
|
||||||
|
* network/Makefile.am: Reflect new files.
|
||||||
|
|
||||||
2003-04-15 Joel Sherrill <joel@OARcorp.com>
|
2003-04-15 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
PR 387/rtems_misc
|
PR 387/rtems_misc
|
||||||
|
|||||||
@@ -8,10 +8,10 @@ include_libchipdir = $(includedir)/libchip
|
|||||||
LIBNAME = libnetchip
|
LIBNAME = libnetchip
|
||||||
LIB = $(ARCH)/$(LIBNAME).a
|
LIB = $(ARCH)/$(LIBNAME).a
|
||||||
|
|
||||||
C_FILES = cs8900.c dec21140.c i82586.c sonic.c if_fxp.c
|
C_FILES = cs8900.c dec21140.c i82586.c sonic.c if_fxp.c elnk.c
|
||||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
include_libchip_HEADERS = cs8900.h i82586var.h if_fxpvar.h sonic.h
|
include_libchip_HEADERS = cs8900.h i82586var.h if_fxpvar.h sonic.h if_media.h mii.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user