source: rtems/testsuites/fstests/fsjffs2gc01/Makefile.am @ 07c833f

5
Last change on this file since 07c833f was 07c833f, checked in by Sebastian Huber <sebastian.huber@…>, on 12/19/16 at 08:54:16

JFFS2: Add RTEMS_JFFS2_GET_INFO

Add IO control RTEMS_JFFS2_GET_INFO to get some JFFS2 filesystem
instance information.

Update #2844.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1rtems_tests_PROGRAMS = fsjffs2gc01
2fsjffs2gc01_SOURCES = init.c
3fsjffs2gc01_SOURCES += ../support/fstest_support.c
4fsjffs2gc01_SOURCES += ../support/fstest_support.h
5fsjffs2gc01_SOURCES += ../support/fstest.h
6fsjffs2gc01_SOURCES += ../../psxtests/include/pmacros.h
7fsjffs2gc01_SOURCES += ../jffs2_support/fs_support.c
8fsjffs2gc01_SOURCES += ../jffs2_support/fs_config.h
9fsjffs2gc01_LDADD = -ljffs2
10
11dist_rtems_tests_DATA = fsjffs2gc01.scn fsjffs2gc01.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17AM_CPPFLAGS += -I$(top_srcdir)/support
18AM_CPPFLAGS += -I$(top_srcdir)/jffs2_support
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
21
22LINK_OBJS = $(fsjffs2gc01_OBJECTS) $(fsjffs2gc01_LDADD)
23LINK_LIBS = $(fsjffs2gc01_LDLIBS)
24
25fsjffs2gc01$(EXEEXT): $(fsjffs2gc01_OBJECTS) $(fsjffs2gc01_DEPENDENCIES)
26        @rm -f fsjffs2gc01$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.