Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Beam Positoning Monitor - Software
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Beam Positoning Monitor - Software
Commits
e38dcfc9
Commit
e38dcfc9
authored
9 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
libs/libbpmclient/Makefile: add FMC250M_4CH support
parent
7590f635
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/libs/libbpmclient/Makefile
+4
-0
4 additions, 0 deletions
src/libs/libbpmclient/Makefile
with
4 additions
and
0 deletions
src/libs/libbpmclient/Makefile
+
4
−
0
View file @
e38dcfc9
...
...
@@ -99,6 +99,7 @@ OBJS_EXTERNAL = ../../sm_io/modules/sm_io_codes.o \
../../sm_io/modules/acq/sm_io_acq_exports.o
\
../../sm_io/modules/dsp/sm_io_dsp_exports.o
\
../../sm_io/modules/fmc130m_4ch/sm_io_fmc130m_4ch_exports.o
\
../../sm_io/modules/fmc250m_4ch/sm_io_fmc250m_4ch_exports.o
\
../../sm_io/modules/swap/sm_io_swap_exports.o
\
../../sm_io/modules/rffe/sm_io_rffe_exports.o
\
../../sm_io/modules/afc_diag/sm_io_afc_diag_exports.o
...
...
@@ -112,6 +113,7 @@ INCLUDE_DIRS = -I. -Iinclude \
-I
../../../include
\
-I
../../sm_io/modules
\
-I
../../sm_io/modules/fmc130m_4ch
\
-I
../../sm_io/modules/fmc250m_4ch
\
-I
../../sm_io/modules/acq
\
-I
../../sm_io/modules/swap
\
-I
../../sm_io/modules/dsp
\
...
...
@@ -142,6 +144,7 @@ $(LIBNAME)_CODE_HEADERS = \
../../../include/acq_chan_gen_defs.h
$(LIBNAME)_SMIO_CODES
=
../../sm_io/modules/fmc130m_4ch/sm_io_fmc130m_4ch_codes.h
\
../../sm_io/modules/fmc250m_4ch/sm_io_fmc250m_4ch_codes.h
\
../../sm_io/modules/acq/sm_io_acq_codes.h
\
../../sm_io/modules/dsp/sm_io_dsp_codes.h
\
../../sm_io/modules/swap/sm_io_swap_codes.h
\
...
...
@@ -150,6 +153,7 @@ $(LIBNAME)_SMIO_CODES = ../../sm_io/modules/fmc130m_4ch/sm_io_fmc130m_4ch_codes.
../../sm_io/modules/sm_io_codes.h
$(LIBNAME)_SMIO_EXPORTS
=
../../sm_io/modules/fmc130m_4ch/sm_io_fmc130m_4ch_exports.h
\
../../sm_io/modules/fmc250m_4ch/sm_io_fmc250m_4ch_exports.h
\
../../sm_io/modules/acq/sm_io_acq_exports.h
\
../../sm_io/modules/dsp/sm_io_dsp_exports.h
\
../../sm_io/modules/swap/sm_io_swap_exports.h
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment