source: rtems/cpukit/libblock/Makefile.am @ 1b39f18

4.104.114.95
Last change on this file since 1b39f18 was 5a2b5b2, checked in by Chris Johns <chrisj@…>, on 05/01/08 at 04:15:36

2008-05-01 Chris Johns <chrisj@…>

  • libblock/include/rtems/nvdisk-sram.h, libblock/include/rtems/nvdisk.h, libblock/src/nvdisk-sram.c, libblock/src/nvdisk.c: New. A Non-volatile memory disk drive.
  • Makefile.am, preinstall.am, libblock/Makefile.am: Updated for the NV disk driver.
  • Property mode set to 100644
File size: 585 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/multilib.am
6include $(top_srcdir)/automake/compile.am
7
8if !UNIX
9noinst_LIBRARIES = libblock.a
10libblock_a_SOURCES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/flashdisk.c \
11    src/ramdisk.c src/ide_part_table.c src/show_bdbuf.c src/nvdisk.c \
12    src/nvdisk-sram.c \
13    include/rtems/bdbuf.h include/rtems/blkdev.h \
14    include/rtems/diskdevs.h include/rtems/flashdisk.h \
15    include/rtems/ramdisk.h include/rtems/nvdisk.h include/rtems/nvdisk-sram.h \
16    include/rtems/ide_part_table.h
17endif
18
19include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.