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

Subversion Repositories fwrisc

[/] [fwrisc/] [trunk/] [ve/] [fwrisc_fpga/] [tests/] [fwrisc_fpga_tests.mk] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mballance
 
2
FWRISC_FPGA_TESTS_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
3
 
4
ifneq (1,$(RULES))
5
 
6
SRC_DIRS += $(FWRISC_FPGA_TESTS_DIR)
7
 
8
FWRISC_FPGA_TESTS_SRC := $(notdir $(wildcard $(FWRISC_FPGA_TESTS_DIR)/*.cpp))
9
 
10
else # Rules
11
 
12
$(FWRISC_FPGA_TESTS_SRC:.cpp=.o) : vl_translate.d
13
 
14
libfwrisc_fpga_tests.o : $(FWRISC_FPGA_TESTS_SRC:.cpp=.o)
15
        $(Q)$(LD) -r -o $@ $(FWRISC_FPGA_TESTS_SRC:.cpp=.o)
16
 
17
 
18
endif

powered by: WebSVN 2.1.0

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