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
c4e72ad6
Commit
c4e72ad6
authored
Oct 16, 2010
by
Thomas Gleixner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: Move visws to platform
Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
b17ed480
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
1 deletion
+2
-1
arch/x86/kernel/Makefile
arch/x86/kernel/Makefile
+0
-1
arch/x86/platform/Makefile
arch/x86/platform/Makefile
+1
-0
arch/x86/platform/visws/Makefile
arch/x86/platform/visws/Makefile
+1
-0
arch/x86/platform/visws/visws_quirks.c
arch/x86/platform/visws/visws_quirks.c
+0
-0
No files found.
arch/x86/kernel/Makefile
View file @
c4e72ad6
...
...
@@ -36,7 +36,6 @@ obj-y += traps.o irq.o irq_$(BITS).o dumpstack_$(BITS).o
obj-y
+=
time.o ioport.o ldt.o dumpstack.o
obj-y
+=
setup.o x86_init.o i8259.o irqinit.o jump_label.o
obj-$(CONFIG_IRQ_WORK)
+=
irq_work.o
obj-$(CONFIG_X86_VISWS)
+=
visws_quirks.o
obj-$(CONFIG_X86_32)
+=
probe_roms_32.o
obj-$(CONFIG_X86_32)
+=
sys_i386_32.o i386_ksyms_32.o
obj-$(CONFIG_X86_64)
+=
sys_x86_64.o x8664_ksyms_64.o
...
...
arch/x86/platform/Makefile
View file @
c4e72ad6
# Platform specific code goes here
obj-y
+=
efi/
obj-y
+=
sfi/
obj-y
+=
visws/
arch/x86/platform/visws/Makefile
0 → 100644
View file @
c4e72ad6
obj-$(CONFIG_X86_VISWS)
+=
visws_quirks.o
arch/x86/
kernel
/visws_quirks.c
→
arch/x86/
platform/visws
/visws_quirks.c
View file @
c4e72ad6
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