Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
9bf69a26
Commit
9bf69a26
authored
Jun 04, 2009
by
Pierre Ossman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cb710: handle DEBUG define in Makefile
Signed-off-by:
Pierre Ossman
<
pierre@ossman.eu
>
parent
10eb4f90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
drivers/misc/cb710/Makefile
drivers/misc/cb710/Makefile
+4
-0
include/linux/cb710.h
include/linux/cb710.h
+0
-4
No files found.
drivers/misc/cb710/Makefile
View file @
9bf69a26
ifeq
($(CONFIG_CB710_DEBUG),y)
EXTRA_CFLAGS
+=
-DDEBUG
endif
obj-$(CONFIG_CB710_CORE)
+=
cb710.o
cb710-y
:=
core.o sgbuf2.o
...
...
include/linux/cb710.h
View file @
9bf69a26
...
...
@@ -10,10 +10,6 @@
#ifndef LINUX_CB710_DRIVER_H
#define LINUX_CB710_DRIVER_H
#ifdef CONFIG_CB710_DEBUG
#define DEBUG
#endif
/* verify assumptions on platform_device framework */
#define CONFIG_CB710_DEBUG_ASSUMPTIONS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment