source: rtems/cpukit/libblock/Makefile.am @ 3d5515b

4.104.115
Last change on this file since 3d5515b was 1560d12, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/16/09 at 08:44:51

restructuring of ramdisk code

  • Property mode set to 100644
File size: 643 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/multilib.am
6include $(top_srcdir)/automake/compile.am
7
8noinst_LIBRARIES = libblock.a
9libblock_a_SOURCES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/flashdisk.c \
10    src/ramdisk-driver.c \
11    src/ramdisk-init.c \
12    src/ramdisk-config.c \
13    src/ide_part_table.c \
14    src/nvdisk.c \
15    src/nvdisk-sram.c \
16    src/bdpart.c \
17    include/rtems/bdbuf.h include/rtems/blkdev.h \
18    include/rtems/diskdevs.h include/rtems/flashdisk.h \
19    include/rtems/ramdisk.h include/rtems/nvdisk.h include/rtems/nvdisk-sram.h \
20    include/rtems/ide_part_table.h
21
22include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.