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
a884683f
Commit
a884683f
authored
Dec 05, 2002
by
Rusty Russell
Committed by
Linus Torvalds
Dec 05, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] trivial fixups to m68knommu arch Makefile
From: Greg Ungerer <gerg@moreton.com.au>
parent
d3c122f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
arch/m68knommu/Makefile
arch/m68knommu/Makefile
+7
-2
No files found.
arch/m68knommu/Makefile
View file @
a884683f
...
...
@@ -42,7 +42,7 @@ MODEL := $(model-y)
#
# Some code support is grouped together for a common cpu-subclass (for
# example all ColdFire cpu's are very similar). Determine the sub-class
# for the selected cpu. ONLY need to define this for the non-
cor
e member
# for the selected cpu. ONLY need to define this for the non-
bas
e member
# of the family.
#
cpuclass-$(CONFIG_M5206)
:=
5307
...
...
@@ -53,7 +53,10 @@ cpuclass-$(CONFIG_M5407) := 5307
cpuclass-$(CONFIG_M68EZ328)
:=
68328
cpuclass-$(CONFIG_M68VZ328)
:=
68328
CPUCLASS
:=
$
(
cpuclass-y
)
ifneq
($(CPUCLASS),)
CLASSDIR
:=
arch
/m68knommu/platform/
$
(
cpuclass-y
)
/
endif
export
PLATFORM
BOARD
MODEL
CPUCLASS
...
...
@@ -79,9 +82,11 @@ CFLAGS += -O2 -g
CFLAGS
+=
-D__linux__
CFLAGS
+=
-DUTS_SYSNAME
=
\"
uClinux
\"
LDFLAGS_BLOB
:=
--format
binary
--oformat
elf32-m68k
HEAD
:=
arch
/m68knommu/platform/
$
(
platform-y
)
/
$
(
board-y
)
/crt0_
$
(
model-y
)
.o
clean-files
:=
include/asm-
$(ARCH)
/asm-offsets.h.tmp
\
CLEAN_FILES
:=
include/asm-
$(ARCH)
/asm-offsets.h.tmp
\
include/asm-
$(ARCH)
/asm-offsets.h
\
arch
/
$(ARCH)
/kernel/asm-offsets.s
...
...
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