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
3068b2f4
Commit
3068b2f4
authored
Sep 19, 2003
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Remove private %_config makefile rule
parent
b8aa054f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
arch/arm/Makefile
arch/arm/Makefile
+0
-16
No files found.
arch/arm/Makefile
View file @
3068b2f4
...
...
@@ -172,22 +172,6 @@ bp:; $(Q)$(MAKE) $(build)=$(boot) $(boot)/bootpImage
i
:
; $(Q)$(MAKE) $(build)=$(boot) install
zi
:
; $(Q)$(MAKE) $(build)=$(boot) zinstall
#
# Configuration targets. Use these to select a
# configuration for your architecture
%_config
:
@
(
\
CFG
=
$
(
@:_config
=)
;
\
if
[
-f
arch
/arm/def-configs/
$$
CFG
]
;
then
\
[
-f
.config
]
&&
mv
-f
.config .config.old
;
\
cp arch
/arm/def-configs/
$$
CFG .config
;
\
echo
"*** Default configuration for
$$
CFG installed"
;
\
echo
"*** Next, you may run 'make oldconfig'"
;
\
else
\
echo
"
$$
CFG does not exist"
;
\
fi
;
\
)
arch/$(ARCH)/kernel/asm-offsets.s
:
include/asm include/linux/version.h
\
include/asm-arm/.arch
\
include/config/MARKER
...
...
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