Changeset 69537ca9 in rtems for c/src/lib/libbsp/i386
- Timestamp:
- 01/12/00 16:38:56 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b2b4835
- Parents:
- 1e194112
- Location:
- c/src/lib/libbsp/i386
- Files:
-
- 31 added
- 24 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/Makefile.am
r1e194112 r69537ca9 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 if HAS_NETWORKING9 # We only build the Network library if HAS_NETWORKING was defined10 # dec21140 is supported via libchip11 NETWORK = ne2000 wd8003 3c50912 endif13 14 8 # wrapup is the one that actually builds and installs the library 15 9 # from the individual .rel files built in other directories 16 SUBDIRS = . include tools start startup clock console timer $(NETWORK) wrapup 10 SUBDIRS = . include tools start startup clock console timer ne2000 wd8003 \ 11 3c509 wrapup 17 12 18 13 include $(top_srcdir)/../../bsp.am 14 15 $(PROJECT_RELEASE)/BootImgs: 16 $(mkinstalldirs) $@ 17 18 TMPINSTALL_FILES += $(PROJECT_RELEASE)/BootImgs 19 19 20 20 EXTRA_DIST = HOWTO README.dec21140 STATUS bsp_specs times_i486dx times_p5 -
c/src/lib/libbsp/i386/pc386/start/start16.S
r1e194112 r69537ca9 17 17 | This file is provided "AS IS" without warranty of any kind, either 18 18 | expressed or implied. 19 +--------------------------------------------------------------------------+20 | This code is partly based on (from the Linux source tree):21 | video.S - Copyright (C) 1995, 1996 Martin Mares <mj@k332.feld.cvut.cz>22 19 +--------------------------------------------------------------------------*/ 23 20 -
c/src/lib/libbsp/i386/pc386/startup/ldsegs.S
r1e194112 r69537ca9 34 34 | 35 35 | $Id$ 36 |37 | Also based on (from the Linux source tree):38 | setup.S - Copyright (C) 1991, 1992 Linus Torvalds39 36 +--------------------------------------------------------------------------*/ 40 37 -
c/src/lib/libbsp/i386/ts_386ex/Makefile.am
r1e194112 r69537ca9 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 if HAS_NETWORKING9 # We only build the Network library if HAS_NETWORKING was defined10 NETWORK = network11 endif12 13 8 # wrapup is the one that actually builds and installs the library 14 9 # from the individual .rel files built in other directories 15 SUBDIRS = . include tools start startup clock console timer $(NETWORK)wrapup10 SUBDIRS = . include tools start startup clock console timer network wrapup 16 11 17 12 include $(top_srcdir)/../../bsp.am -
c/src/lib/libbsp/i386/ts_386ex/tools/Makefile.am
r1e194112 r69537ca9 7 7 8 8 noinst_SCRIPTS = \ 9 coff2bin 9 coff2bin \ 10 elf2exe 10 11 11 12 SUBDIRS = \ 12 13 ts_1325_ada \ 14 network_ada \ 15 debug_ada \ 16 debug_c \ 13 17 dos_sup 14 18 -
c/src/lib/libbsp/i386/ts_386ex/tools/configure.in
r1e194112 r69537ca9 19 19 dos_sup/Makefile 20 20 ts_1325_ada/Makefile 21 debug_ada/Makefile 22 debug_c/Makefile 23 network_ada/Makefile 24 network_ada/adasockets/Makefile 25 network_ada/listener/Makefile 26 network_ada/tcprelay/Makefile 27 ts_1325_ada/Makefile 21 28 )
Note: See TracChangeset
for help on using the changeset viewer.