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
Kirill Smelkov
linux
Commits
eae6183a
Commit
eae6183a
authored
Apr 14, 2004
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Fix builds using O=
parent
b8b8a346
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
arch/arm/Makefile
arch/arm/Makefile
+8
-3
arch/arm/tools/Makefile
arch/arm/tools/Makefile
+2
-2
No files found.
arch/arm/Makefile
View file @
eae6183a
...
...
@@ -99,7 +99,7 @@ TEXTADDR := $(textaddr-y)
ifeq
($(incdir-y),)
incdir-y
:=
$
(
machine-y
)
endif
INCDIR
:=
$
(
incdir-y
)
INCDIR
:=
arch-
$
(
incdir-y
)
export
TEXTADDR
GZFLAGS
...
...
@@ -133,8 +133,13 @@ boot := arch/arm/boot
# last, otherwise make uses the target directory mtime.
include/asm-arm/.arch
:
$(wildcard include/config/arch/*.h) include/config/MARKER
@
echo
' SYMLINK include/asm-arm/arch -> include/asm-arm/arch-
$(INCDIR)
'
@
ln
-fsn
arch-
$(INCDIR)
include/asm-arm/arch
@
echo
' SYMLINK include/asm-arm/arch -> include/asm-arm/
$(INCDIR)
'
ifneq
($(KBUILD_SRC),)
$(Q)
mkdir
-p
include/asm-arm
$(Q)
ln
-fsn
$(srctree)
/include/asm-arm/
$(INCDIR)
include/asm-arm/arch
else
$(Q)
ln
-fsn
$(INCDIR)
include/asm-arm/arch
endif
@
touch
$@
prepare
:
maketools include/asm-arm/.arch
...
...
arch/arm/tools/Makefile
View file @
eae6183a
...
...
@@ -4,6 +4,6 @@
# Copyright (C) 2001 Russell King
#
include/asm-arm/mach-types.h
:
$(
obj)/mach-types $(obj)/gen-
mach-types
include/asm-arm/mach-types.h
:
$(
src)/gen-mach-types $(src)/
mach-types
@
echo
' Generating $@'
@
$(AWK)
-f
$(obj)
/gen-mach-types
$(obj)
/mach-types
>
$@
$(Q)$(AWK)
-f
$^
>
$@
||
{
rm
-f
$@
;
/bin/false
;
}
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