Changeset 1f14ff4 in rtems


Ignore:
Timestamp:
11/03/00 15:19:05 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
09e6b1c
Parents:
6870384
Message:

2000-11-03 Chris Johns <ccj@…>

  • network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
  • network/Makefile.am: Modified to reflect above.
Location:
c/src/libchip
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/libchip/ChangeLog

    r6870384 r1f14ff4  
     12000-11-03      Chris Johns <ccj@acm.org>
     2
     3        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
     4
    152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/libchip/network/Makefile.am

    r6870384 r1f14ff4  
    88LIB = $(ARCH)/$(LIBNAME).a
    99
     10# add cs8900.c to work with it and make it compile
    1011C_FILES = dec21140.c sonic.c
    1112C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
    1213
    13 H_FILES = sonic.h
     14H_FILES = cs8900.h sonic.h
    1415
    1516OBJS = $(C_O_FILES)
     
    3940if HAS_NETWORKING
    4041PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip \
    41     $(PROJECT_INCLUDE)/libchip/sonic.h
     42    $(PROJECT_INCLUDE)/libchip/cs8900.h $(PROJECT_INCLUDE)/libchip/sonic.h
    4243endif
    4344
     
    5051.PRECIOUS: $(LIB)
    5152
    52 EXTRA_DIST = README README.dec21140 README.sonic dec21140.c sonic.c sonic.h
     53EXTRA_DIST = README README.cs8900 README.dec21140 README.sonic \
     54    cs8900.c cs8900.h dec21140.c sonic.c sonic.h
    5355
    5456include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.