Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
W
wr-switch-sw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
white-rabbit
wr-switch-sw
Commits
0c3fca1f
Commit
0c3fca1f
authored
Jul 22, 2015
by
Alessandro Rubini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: add 'make clean'
Signed-off-by:
Alessandro Rubini
<
rubini@gnudd.com
>
parent
cc9ea56a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
Makefile
Makefile
+5
-0
Makefile.kconfig
Makefile.kconfig
+1
-1
No files found.
Makefile
View file @
0c3fca1f
...
@@ -15,3 +15,8 @@ defconfig:
...
@@ -15,3 +15,8 @@ defconfig:
.config
:
silentoldconfig
.config
:
silentoldconfig
clean
:
$(MAKE)
-C
userspace
$@
$(MAKE)
-C
kernel
$@
$(MAKE)
-f
Makefile.kconfig
$@
Makefile.kconfig
View file @
0c3fca1f
...
@@ -66,7 +66,7 @@ config: scripts_basic FORCE
...
@@ -66,7 +66,7 @@ config: scripts_basic FORCE
clean
:
clean
:
@
find
.
$(RCS_FIND_IGNORE)
\
@
find
.
$(RCS_FIND_IGNORE)
\
\(
-name
'*.[oa
s
]'
-o
-name
'*.ko'
-o
-name
'.*.cmd'
\
\(
-name
'*.[oa]'
-o
-name
'*.ko'
-o
-name
'.*.cmd'
\
-o
-name
'.*.d'
-o
-name
'.*.tmp'
-o
-name
'*.mod.c'
\
-o
-name
'.*.d'
-o
-name
'.*.tmp'
-o
-name
'*.mod.c'
\
-o
-name
'Module.markers'
-o
-name
'.tmp_*.o.*'
\)
\
-o
-name
'Module.markers'
-o
-name
'.tmp_*.o.*'
\)
\
-type
f
-print
| xargs
rm
-f
-v
-type
f
-print
| xargs
rm
-f
-v
...
...
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