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
64d746f0
Commit
64d746f0
authored
Feb 10, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Plain Diff
Merge vaio.(none):/home/kai/kernel/linux-2.5.isdn.link_order
into vaio.(none):/home/kai/kernel/linux-2.5.isdn
parents
f2d6b6d8
faaa05a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+1
-1
drivers/isdn/Makefile
drivers/isdn/Makefile
+1
-1
No files found.
Makefile
View file @
64d746f0
...
...
@@ -140,7 +140,6 @@ DRIVERS-y += drivers/base/base.o \
DRIVERS-$(CONFIG_AGP)
+=
drivers/char/agp/agp.o
DRIVERS-$(CONFIG_DRM)
+=
drivers/char/drm/drm.o
DRIVERS-$(CONFIG_NUBUS)
+=
drivers/nubus/nubus.a
DRIVERS-$(CONFIG_ISDN)
+=
drivers/isdn/isdn.a
DRIVERS-$(CONFIG_NET_FC)
+=
drivers/net/fc/fc.o
DRIVERS-$(CONFIG_APPLETALK)
+=
drivers/net/appletalk/appletalk.o
DRIVERS-$(CONFIG_TR)
+=
drivers/net/tokenring/tr.o
...
...
@@ -187,6 +186,7 @@ DRIVERS-$(CONFIG_PHONE) += drivers/telephony/telephony.o
DRIVERS-$(CONFIG_MD)
+=
drivers/md/mddev.o
DRIVERS-$(CONFIG_BLUEZ)
+=
drivers/bluetooth/bluetooth.o
DRIVERS-$(CONFIG_HOTPLUG_PCI)
+=
drivers/hotplug/vmlinux-obj.o
DRIVERS-$(CONFIG_ISDN)
+=
drivers/isdn/vmlinux-obj.o
DRIVERS
:=
$
(
DRIVERS-y
)
...
...
drivers/isdn/Makefile
View file @
64d746f0
...
...
@@ -2,7 +2,7 @@
# The target object and module list name.
O_TARGET
:=
isdn.a
O_TARGET
:=
vmlinux-obj.o
# Objects that export symbols.
...
...
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