Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rnm-dpdk-watch
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
util
rnm-dpdk-watch
Commits
3cf7ac9a
Commit
3cf7ac9a
authored
3 years ago
by
Graziano Scalamera
Browse files
Options
Downloads
Patches
Plain Diff
Add Makefile
parent
a114ff98
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+31
-0
31 additions, 0 deletions
Makefile
src/rnm_dpdk_watch.c
+0
-1
0 additions, 1 deletion
src/rnm_dpdk_watch.c
with
31 additions
and
1 deletion
Makefile
0 → 100644
+
31
−
0
View file @
3cf7ac9a
#
# Rnm Makefile
#
TARGET_USER
=
rnm-dpdk-watch
FILE_USER
=
rnm_dpdk_watch
ifeq
($(PREFIX),)
PREFIX
:=
/usr
endif
default
:
$(TARGET_USER)
$(TARGET_USER)
:
bin obj obj/$(FILE_USER).o
$(
CC
)
obj/
$(
FILE_USER
)
.o
$(
LDFLAGS
)
-lrt
-lrnm
-pthread
-o
bin/
$(
TARGET_USER
)
obj/$(FILE_USER).o
:
src/$(FILE_USER).c
$(
CC
)
$(
CFLAGS
)
-c
$<
-o
$@
clean
:
rm
-fr
obj core bin
*
~
rm
-rf
.tmp_versions
bin obj
:
@
mkdir
$@
install
:
install
-D
-m
755 bin/
$(
TARGET_USER
)
-t
$(
PREFIX
)
/bin
This diff is collapsed.
Click to expand it.
src/rnm_dpdk_watch.c
+
0
−
1
View file @
3cf7ac9a
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
#include
<sys/time.h>
#include
<sys/time.h>
#include
"rnm.h"
#include
"rnm.h"
#include
"rnm_mq.h"
#include
"rnm_shm.h"
#include
"rnm_shm.h"
/* structure to mantain internal device driver variables */
/* structure to mantain internal device driver variables */
...
...
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