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
3b3da9d2
Commit
3b3da9d2
authored
Oct 16, 2010
by
Thomas Gleixner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: Move scx200 to platform
Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
c4e72ad6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
arch/x86/kernel/Makefile
arch/x86/kernel/Makefile
+0
-3
arch/x86/platform/Makefile
arch/x86/platform/Makefile
+1
-0
arch/x86/platform/scx200/Makefile
arch/x86/platform/scx200/Makefile
+2
-0
arch/x86/platform/scx200/scx200_32.c
arch/x86/platform/scx200/scx200_32.c
+0
-0
No files found.
arch/x86/kernel/Makefile
View file @
3b3da9d2
...
...
@@ -101,9 +101,6 @@ obj-$(CONFIG_PARAVIRT_CLOCK) += pvclock.o
obj-$(CONFIG_PCSPKR_PLATFORM)
+=
pcspeaker.o
obj-$(CONFIG_SCx200)
+=
scx200.o
scx200-y
+=
scx200_32.o
obj-$(CONFIG_OLPC)
+=
olpc.o
obj-$(CONFIG_OLPC_XO1)
+=
olpc-xo1.o
obj-$(CONFIG_OLPC_OPENFIRMWARE)
+=
olpc_ofw.o
...
...
arch/x86/platform/Makefile
View file @
3b3da9d2
# Platform specific code goes here
obj-y
+=
efi/
obj-y
+=
scx200/
obj-y
+=
sfi/
obj-y
+=
visws/
arch/x86/platform/scx200/Makefile
0 → 100644
View file @
3b3da9d2
obj-$(CONFIG_SCx200)
+=
scx200.o
scx200-y
+=
scx200_32.o
arch/x86/
kernel
/scx200_32.c
→
arch/x86/
platform/scx200
/scx200_32.c
View file @
3b3da9d2
File moved
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