Line 19... |
Line 19... |
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
#
|
#
|
|
|
################### Tests #####################
|
################### Tests #####################
|
# tests in this directory
|
# tests in this directory
|
OR1K_TESTS = basic cache cfg dmatest eth mmu except_test int_test flag fbtest kbdtest
|
OR1K_TESTS = basic cache cfg dmatest eth mmu except_test int_test flag fbtest kbdtest tick
|
IND_TESTS = exit cbasic local_global mul mycompress dhry functest mem_test
|
IND_TESTS = exit cbasic local_global mul mycompress dhry functest mem_test
|
# inst_set_test
|
# inst_set_test
|
ACV_TESTS = acv_uart acv_gpio
|
ACV_TESTS = acv_uart acv_gpio
|
MC_TESTS = mc_dram mc_ssram mc_async mc_sync
|
MC_TESTS = mc_dram mc_ssram mc_async mc_sync
|
# Subdirectory tests
|
# Subdirectory tests
|
Line 43... |
Line 43... |
dhry_SOURCES = $(OR1K_SUPPORT_S) support.h dhry.h dhry.c
|
dhry_SOURCES = $(OR1K_SUPPORT_S) support.h dhry.h dhry.c
|
mycompress_SOURCES = $(OR1K_SUPPORT_S) support.h mycompress.c
|
mycompress_SOURCES = $(OR1K_SUPPORT_S) support.h mycompress.c
|
functest_SOURCES = $(OR1K_SUPPORT_S) support.h functest.c
|
functest_SOURCES = $(OR1K_SUPPORT_S) support.h functest.c
|
mem_test_SOURCES = $(OR1K_SUPPORT_S) support.h mem_test.c
|
mem_test_SOURCES = $(OR1K_SUPPORT_S) support.h mem_test.c
|
inst_set_test_SOURCES = $(OR1K_SUPPORT_S) support.h inst_set_test.c
|
inst_set_test_SOURCES = $(OR1K_SUPPORT_S) support.h inst_set_test.c
|
|
tick_SOURCES = $(OR1K_SUPPORT_S) support.h tick.c
|
###############################################
|
###############################################
|
|
|
if OR1K_EXCEPT
|
if OR1K_EXCEPT
|
|
|
exit_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
exit_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
Line 56... |
Line 57... |
dhry_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
dhry_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
mycompress_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
mycompress_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
functest_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
functest_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
mem_test_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
mem_test_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
inst_set_test_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
inst_set_test_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
|
tick_LDFLAGS = -T$(OR1K_SRCDIR)/default.ld
|
|
|
######### MC Tests ############################
|
######### MC Tests ############################
|
mc_dram_SOURCES = except_mc.S mc_common.h mc_common.c mc_dram.h mc_dram.c
|
mc_dram_SOURCES = except_mc.S mc_common.h mc_common.c mc_dram.h mc_dram.c
|
mc_dram_LDFLAGS = -T$(OR1K_SRCDIR)except_mc.ld
|
mc_dram_LDFLAGS = -T$(OR1K_SRCDIR)except_mc.ld
|
mc_ssram_SOURCES = except_mc.S mc_common.h mc_common.c mc_ssramh mc_ssram.c
|
mc_ssram_SOURCES = except_mc.S mc_common.h mc_common.c mc_ssramh mc_ssram.c
|