summaryrefslogblamecommitdiffstats
path: root/cpukit/libblock/Makefile.am
blob: 87c294e129bf27e1be4560eb063e80b75e6739c9 (plain) (tree)
1
2
3
4
5
6
7
8
9



       
                                          

                                         
                             
                                                                              




                          
                       
                  
                                                  
                                                        

                                                                                
 
                                       
##
## $Id$
##

include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am

noinst_LIBRARIES = libblock.a
libblock_a_SOURCES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/flashdisk.c \
    src/ramdisk-driver.c \
    src/ramdisk-init.c \
    src/ramdisk-config.c \
    src/ide_part_table.c \
    src/nvdisk.c \
    src/nvdisk-sram.c \
    src/bdpart.c \
    include/rtems/bdbuf.h include/rtems/blkdev.h \
    include/rtems/diskdevs.h include/rtems/flashdisk.h \
    include/rtems/ramdisk.h include/rtems/nvdisk.h include/rtems/nvdisk-sram.h \
    include/rtems/ide_part_table.h

include $(top_srcdir)/automake/local.am