Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Software
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
Dmytro Levit
Software
Merge requests
!9
6links
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
6links
6links
into
master
Overview
0
Commits
11
Pipelines
0
Changes
9
Merged
Dmytro Levit
requested to merge
6links
into
master
4 years ago
Overview
0
Commits
11
Pipelines
0
Changes
9
Expand
Created by: robbep
add pcie40_op()
add statlink.cpp and timediff.cpp
Remove exec files from git
add status of links on statlink
remove editting files
remove exec files
remove monitoring of slc fifo
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a36b5ba8
11 commits,
2 years ago
9 files
+
1204
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
Pcie40Applications/Makefile
+
21
−
0
Options
@@ -100,6 +100,24 @@ PCIE40_MINIPOD_CXXFLAGS =$(CFLAGS) -I$(TOP) -I$(TOP)/../Pcie40Driver -I$(TOP)/..
PCIE40_MINIPOD_INSTALL
=
$(
PREFIX
)
/bin
PCIE40_MINIPOD_LDFLAGS
=
-L
../Pcie40Libraries/lib
-lpcie40
-L
../Pcie40DriverLibraries/
-lpcie40driver_ecs
REGCONFIG
:=
regconfig
REGCONFIG_OBJS
=
regconfig.o
REGCONFIG_CXXFLAGS
=
$(
CFLAGS
)
-I
$(
TOP
)
-I
$(
TOP
)
/../Pcie40Libraries
REGCONFIG_INSTALL
=
$(
PREFIX
)
/bin
REGCONFIG_LDFLAGS
=
-L
../Pcie40Libraries/lib
-lpcie40
-L
../Pcie40DriverLibraries/
-lpcie40driver_ecs
STATLINK
:=
statlink
STATLINK_OBJS
=
statlink.o
STATLINK_CXXFLAGS
=
$(
CFLAGS
)
-I
$(
TOP
)
-I
$(
TOP
)
/../Pcie40Libraries
STATLINK_INSTALL
=
$(
PREFIX
)
/bin
STATLINK_LDFLAGS
=
-L
../Pcie40Libraries/lib
-lpcie40
-L
../Pcie40DriverLibraries/
-lpcie40driver_ecs
TIMEDIFF
:=
timediff
TIMEDIFF_OBJS
=
timediff.o
TIMEDIFF_CXXFLAGS
=
$(
CFLAGS
)
-I
$(
TOP
)
-I
$(
TOP
)
/../Pcie40Libraries
TIMEDIFF_INSTALL
=
$(
PREFIX
)
/bin
TIMEDIFF_LDFLAGS
=
-L
../Pcie40Libraries/lib
-lpcie40
-L
../Pcie40DriverLibraries/
-lpcie40driver_ecs
-lrt
VPATH
:=
$(
TOP
)
include
$(TOP)/rules.mk
@@ -118,6 +136,9 @@ $(eval $(call ODIR_template,PCIE40_ULRESET))
$(
eval
$(
call ODIR_template,PCIE40_DMA_CHECK
))
$(
eval
$(
call ODIR_template,PCIE40_READFPGAVERSION
))
$(
eval
$(
call ODIR_template,PCIE40_MINIPOD
))
$(
eval
$(
call ODIR_template,REGCONFIG
))
$(
eval
$(
call ODIR_template,STATLINK
))
$(
eval
$(
call ODIR_template,TIMEDIFF
))
$(
eval
$(
call COPY_template,SCRIPTS,755
))
$(
eval
$(
call LINK_template,PCIE40_RELOAD
))
$(
eval
$(
call ODIR_template,PCIE40_RELOAD_SUID
))
Loading