Changeset 05341d8 in rtems
- Timestamp:
- 03/27/03 15:17:53 (21 years ago)
- Children:
- 5f83947
- Parents:
- c2034a9
- Location:
- cpukit/libblock
- Files:
-
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libblock/ChangeLog
rc2034a9 r05341d8 1 2003-03-27 Joel Sherrill <joel@OARcorp.com> 2 3 * Makefile.am: ATA code depends upon libchip/ide which is not allowed 4 in the cpukit source code since it must be buildable independent of 5 any BSP. These files were moved to libchip/ide. 6 * include/rtems/ata.h, include/rtems/ata_internal.h, src/ata.c: Removed. 7 1 8 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
cpukit/libblock/Makefile.am
rc2034a9 r05341d8 20 20 include/rtems/bdbuf.h include/rtems/blkdev.h \ 21 21 include/rtems/diskdevs.h include/rtems/ramdisk.h \ 22 include/rtems/ata.h include/rtems/ata_internal.h \23 22 include/rtems/ide_part_table.h 24 23 … … 29 28 30 29 C_FILES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c\ 31 src/ ata.c src/ide_part_table.c30 src/ide_part_table.c 32 31 33 32 OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
Note: See TracChangeset
for help on using the changeset viewer.