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
bbb283cc
Commit
bbb283cc
authored
May 06, 2002
by
Patrick Mochel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move arch/i386/kernel/pci/ to arch/i386/pci/
parent
f28d4711
Changes
16
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
6 additions
and
5 deletions
+6
-5
arch/i386/Makefile
arch/i386/Makefile
+5
-0
arch/i386/kernel/Makefile
arch/i386/kernel/Makefile
+1
-5
arch/i386/pci/Makefile
arch/i386/pci/Makefile
+0
-0
arch/i386/pci/acpi.c
arch/i386/pci/acpi.c
+0
-0
arch/i386/pci/changelog
arch/i386/pci/changelog
+0
-0
arch/i386/pci/common.c
arch/i386/pci/common.c
+0
-0
arch/i386/pci/direct.c
arch/i386/pci/direct.c
+0
-0
arch/i386/pci/dma.c
arch/i386/pci/dma.c
+0
-0
arch/i386/pci/fixup.c
arch/i386/pci/fixup.c
+0
-0
arch/i386/pci/i386.c
arch/i386/pci/i386.c
+0
-0
arch/i386/pci/irq.c
arch/i386/pci/irq.c
+0
-0
arch/i386/pci/legacy.c
arch/i386/pci/legacy.c
+0
-0
arch/i386/pci/numa.c
arch/i386/pci/numa.c
+0
-0
arch/i386/pci/pcbios.c
arch/i386/pci/pcbios.c
+0
-0
arch/i386/pci/pci.h
arch/i386/pci/pci.h
+0
-0
arch/i386/pci/visws.c
arch/i386/pci/visws.c
+0
-0
No files found.
arch/i386/Makefile
View file @
bbb283cc
...
@@ -98,6 +98,11 @@ SUBDIRS += arch/i386/math-emu
...
@@ -98,6 +98,11 @@ SUBDIRS += arch/i386/math-emu
DRIVERS
+=
arch
/i386/math-emu/math.o
DRIVERS
+=
arch
/i386/math-emu/math.o
endif
endif
ifdef
CONFIG_PCI
SUBDIRS
+=
arch
/i386/pci
DRIVERS
+=
arch
/i386/pci/pci.o
endif
arch/i386/kernel
:
dummy
arch/i386/kernel
:
dummy
$(MAKE)
linuxsubdirs
SUBDIRS
=
arch
/i386/kernel
$(MAKE)
linuxsubdirs
SUBDIRS
=
arch
/i386/kernel
...
...
arch/i386/kernel/Makefile
View file @
bbb283cc
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
.S.o
:
.S.o
:
$(CC)
$(AFLAGS)
-traditional
-c
$<
-o
$*
.o
$(CC)
$(AFLAGS)
-traditional
-c
$<
-o
$*
.o
all
:
first_rule
kernel.o head.o init_task.o
all
:
kernel.o head.o init_task.o
O_TARGET
:=
kernel.o
O_TARGET
:=
kernel.o
...
@@ -37,8 +37,4 @@ obj-y += setup-visws.o
...
@@ -37,8 +37,4 @@ obj-y += setup-visws.o
obj-$(CONFIG_X86_VISWS_APIC)
+=
visws_apic.o
obj-$(CONFIG_X86_VISWS_APIC)
+=
visws_apic.o
endif
endif
kernel-subdir-$(CONFIG_PCI)
+=
pci
subdir-y
:=
$
(
kernel-subdir-y
)
obj-y
+=
$(
foreach
dir
,
$
(
subdir-y
)
,
$(dir)
/
$(dir)
.o
)
include
$(TOPDIR)/Rules.make
include
$(TOPDIR)/Rules.make
arch/i386/
kernel/
pci/Makefile
→
arch/i386/pci/Makefile
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/acpi.c
→
arch/i386/pci/acpi.c
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/changelog
→
arch/i386/pci/changelog
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/common.c
→
arch/i386/pci/common.c
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/direct.c
→
arch/i386/pci/direct.c
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/dma.c
→
arch/i386/pci/dma.c
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/fixup.c
→
arch/i386/pci/fixup.c
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/i386.c
→
arch/i386/pci/i386.c
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/irq.c
→
arch/i386/pci/irq.c
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/legacy.c
→
arch/i386/pci/legacy.c
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/numa.c
→
arch/i386/pci/numa.c
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/pcbios.c
→
arch/i386/pci/pcbios.c
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/pci.h
→
arch/i386/pci/pci.h
View file @
bbb283cc
File moved
arch/i386/
kernel/
pci/visws.c
→
arch/i386/pci/visws.c
View file @
bbb283cc
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