OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code/] [lib-inttest/] [Makefile.am] - Diff between revs 93 and 432

Show entire file | Details | Blame | View Log

Rev 93 Rev 432
Line 22... Line 22...
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# This code is commented throughout for use with Doxygen.
# This code is commented throughout for use with Doxygen.
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
 
 
 
 
# Test programs of the library interrupt driving functions. Two versions, one
# Test program of the library interrupt driving functions.
# to drive edge based interrupts, one to drive level based interrupts.
check_PROGRAMS      = lib-inttest
check_PROGRAMS            = lib-inttest-edge  \
 
                            lib-inttest-level
 
 
 
# Edge based interrupt
lib_inttest_SOURCES = lib-inttest.c
lib_inttest_edge_SOURCES  = lib-inttest-edge.c
lib_inttest_LDADD   = $(top_builddir)/libsim.la
 
 
lib_inttest_edge_LDADD    = $(top_builddir)/libsim.la
 
 
 
# Level based interrupt
 
lib_inttest_level_SOURCES = lib-inttest-level.c
 
 
 
lib_inttest_level_LDADD   = $(top_builddir)/libsim.la
 
lib_inttest_LDADD   = $(top_builddir)/libsim.la
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.