Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zio
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
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
This is an archived project. Repository and other project resources are read-only.
misc
zio
Commits
39b5a46d
Commit
39b5a46d
authored
5 years ago
by
federico.vaga@cern.ch
Browse files
Options
Downloads
Patches
Plain Diff
make devices, buffers and triggers optional
Signed-off-by:
federico.vaga@cern.ch
<
federico.vaga@cern.ch
>
parent
f6e164da
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
drivers/zio/Kbuild
+3
-3
3 additions, 3 deletions
drivers/zio/Kbuild
drivers/zio/Makefile
+8
-0
8 additions, 0 deletions
drivers/zio/Makefile
with
11 additions
and
3 deletions
drivers/zio/Kbuild
+
3
−
3
View file @
39b5a46d
...
@@ -9,9 +9,9 @@ CONFIG_ZIO_SNIFF_DEV:=y
...
@@ -9,9 +9,9 @@ CONFIG_ZIO_SNIFF_DEV:=y
zio-$(CONFIG_ZIO_SNIFF_DEV) += sniff-dev.o
zio-$(CONFIG_ZIO_SNIFF_DEV) += sniff-dev.o
obj-m = zio.o
obj-m = zio.o
obj-
m
+= devices/
obj-
$(CONFIG_ZIO_DEVICES)
+= devices/
obj-
m
+= buffers/
obj-
$(CONFIG_ZIO_BUFFERS)
+= buffers/
obj-
m
+= triggers/
obj-
$(CONFIG_ZIO_TRIGGERS)
+= triggers/
# src is defined byt the kernel Makefile, but we want to use it also in our
# src is defined byt the kernel Makefile, but we want to use it also in our
# local Makefile (tools, lib)
# local Makefile (tools, lib)
...
...
This diff is collapsed.
Click to expand it.
drivers/zio/Makefile
+
8
−
0
View file @
39b5a46d
...
@@ -16,6 +16,14 @@ ZIO_VERSION += -D__ZIO_PATCH_VERSION=$(shell echo $(GIT_VERSION) | cut -d '-' -f
...
@@ -16,6 +16,14 @@ ZIO_VERSION += -D__ZIO_PATCH_VERSION=$(shell echo $(GIT_VERSION) | cut -d '-' -f
export
GIT_VERSION
export
GIT_VERSION
export
ZIO_VERSION
export
ZIO_VERSION
CONFIG_ZIO_DEVICES
?=
m
CONFIG_ZIO_BUFFERS
?=
m
CONFIG_ZIO_TRIGGERS
?=
m
export
CONFIG_ZIO_DEVICES
export
CONFIG_ZIO_BUFFERS
export
CONFIG_ZIO_TRIGGERS
all
:
modules
all
:
modules
modules coccicheck modules_install
:
modules coccicheck modules_install
:
...
...
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