Changeset 1f14ff4 in rtems
- Timestamp:
- 11/03/00 15:19:05 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 09e6b1c
- Parents:
- 6870384
- Location:
- c/src/libchip
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libchip/ChangeLog
r6870384 r1f14ff4 1 2000-11-03 Chris Johns <ccj@acm.org> 2 3 * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files. 4 1 5 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/libchip/network/Makefile.am
r6870384 r1f14ff4 8 8 LIB = $(ARCH)/$(LIBNAME).a 9 9 10 # add cs8900.c to work with it and make it compile 10 11 C_FILES = dec21140.c sonic.c 11 12 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 13 13 H_FILES = sonic.h14 H_FILES = cs8900.h sonic.h 14 15 15 16 OBJS = $(C_O_FILES) … … 39 40 if HAS_NETWORKING 40 41 PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip \ 41 $(PROJECT_INCLUDE)/libchip/ sonic.h42 $(PROJECT_INCLUDE)/libchip/cs8900.h $(PROJECT_INCLUDE)/libchip/sonic.h 42 43 endif 43 44 … … 50 51 .PRECIOUS: $(LIB) 51 52 52 EXTRA_DIST = README README.dec21140 README.sonic dec21140.c sonic.c sonic.h 53 EXTRA_DIST = README README.cs8900 README.dec21140 README.sonic \ 54 cs8900.c cs8900.h dec21140.c sonic.c sonic.h 53 55 54 56 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.