summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/ide/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-021-56/+0
| | | | | | | * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: Remove. * Makefile.am: Merge-in Makefile.am above. Add preinstallation + compilation dirstamp support.
* 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-021-1/+1
| | | | | | | * ide/Makefile.am: Remove all-local: $(ARCH). * network/Makefile.am: Remove all-local: $(ARCH). * rtc/Makefile.am: Remove all-local: $(ARCH). * serial/Makefile.am: Remove all-local: $(ARCH).
* 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-011-8/+25
| | | | | | | * ide/Makefile.am: Use dirstamps for preinstallation. Reformat. * network/Makefile.am: Ditto. * rtc/Makefile.am: Ditto. * serial/Makefile.am: Ditto.
* 2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-211-1/+0
| | | | * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-161-4/+4
| | | | | | | | Makefile.am: Reflect having moved automake. ide/Makefile.am: Reflect having moved automake. network/Makefile.am: Reflect having moved automake. rtc/Makefile.am: Reflect having moved automake. serial/Makefile.am: Reflect having moved automake.
* 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-251-5/+5
| | | | | | * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: Add conditional LIBCHIP. Conditionally build include-dirs.
* 2003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-101-4/+4
| | | | | | | * configure.ac: Remove (Merged into ../configure.ac). * Makefile.am, ide/Makefile.am, network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: Reflect having merged configure.ac into ../configure.ac
* 2003-03-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-03-271-4/+4
| | | | | | | * ide/Makefile.am: ATA code depends upon libchip/ide which is not allowed in the cpukit source code since it must be buildable independent of any BSP. These files were moved to libchip/ide. * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-251-3/+20
| | | | | | | PR 368/filesystems * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which now work on pc386 and mbx8xx. * ide/ide_controller.c: New file.
* 2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2002-10-281-0/+23
* New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h, ide/ide_ctrl.h: * configure.ac, Makefile.am: Modified to reflect changes above.