Changeset cff1aa3a in rtems
- Timestamp:
- 10/17/00 20:33:24 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bad7e90
- Parents:
- 563ed95
- Location:
- c/src/lib/libcpu/i386
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/i386/ChangeLog
r563ed95 rcff1aa3a 1 2000-10-17 Joel Sherrill <joel@OARcorp.com> 2 3 * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so 4 i386 RTEMS can be multilib'ed. 5 1 6 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libcpu/i386/Makefile.am
r563ed95 rcff1aa3a 8 8 VPATH = @srcdir@:@srcdir@/../shared/src 9 9 10 C_FILES = cache.c cache_aligned_malloc.c cache_manager.c displayCpu.c idt.c \ 11 page.c 10 C_FILES = cache.c cache_aligned_malloc.c cache_manager.c displayCpu.c page.c 12 11 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 13 12
Note: See TracChangeset
for help on using the changeset viewer.