]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blob - src/frsh/resources/fpga/Makefile.omk
forb: added scripts executing dynamic shared libraries
[frescor/frsh-forb.git] / src / frsh / resources / fpga / Makefile.omk
1 default_CONFIG += CONFIG_RESOURCE_FPGA=y
2 default_CONFIG += CONFIG_FPGA_CORES=FRES_FPGA_CORRELATOR508_m
3
4 ifeq ($(CONFIG_RESOURCE_FPGA),y)
5 LOCAL_CONFIG_H = fpga_config.h
6
7 shared_LIBRARIES = frm_fpga
8 frm_fpga_SOURCES = frm_fpga.c fpga_block.c
9 frm_fpga_CLIENT_IDL = res_fpga_idl.idl
10 frm_fpga_LIBS = frm forb contract fosa rt ulut fcb_client
11
12 shared_LIBRARIES = fra_fpga
13 fra_fpga_SOURCES = fra_fpga.c fpga_block.c
14 fra_fpga_LIBS = fra
15 fra_fpga_CLIENT_IDL = res_fpga_idl.idl
16
17 include_HEADERS = res_fpga.h
18 include_GEN_HEADERS = res_fpga_idl.h
19
20 bin_SCRIPTS += fpga
21 endif