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
947ad94a
Commit
947ad94a
authored
Jul 29, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://linux-isdn.bkbits.net/linux-2.5.make
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
d38147dd
b4b2bd4c
Changes
35
Show whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
83 additions
and
63 deletions
+83
-63
Documentation/DocBook/Makefile
Documentation/DocBook/Makefile
+16
-20
Makefile
Makefile
+0
-1
Rules.make
Rules.make
+19
-0
arch/i386/kernel/Makefile
arch/i386/kernel/Makefile
+1
-1
arch/ia64/lib/Makefile
arch/ia64/lib/Makefile
+1
-1
arch/ia64/sn/io/Makefile
arch/ia64/sn/io/Makefile
+1
-1
arch/mips/baget/Makefile
arch/mips/baget/Makefile
+1
-1
arch/mips/kernel/Makefile
arch/mips/kernel/Makefile
+1
-2
arch/ppc/8xx_io/Makefile
arch/ppc/8xx_io/Makefile
+2
-0
arch/ppc64/kernel/Makefile
arch/ppc64/kernel/Makefile
+1
-1
arch/sh/kernel/Makefile
arch/sh/kernel/Makefile
+2
-1
arch/x86_64/kernel/Makefile
arch/x86_64/kernel/Makefile
+1
-1
drivers/acorn/char/Makefile
drivers/acorn/char/Makefile
+0
-2
drivers/block/Makefile
drivers/block/Makefile
+2
-1
drivers/macintosh/Makefile
drivers/macintosh/Makefile
+1
-1
drivers/message/fusion/Makefile
drivers/message/fusion/Makefile
+1
-1
drivers/net/wan/Makefile
drivers/net/wan/Makefile
+1
-1
drivers/pcmcia/Makefile
drivers/pcmcia/Makefile
+1
-1
drivers/s390/cio/Makefile
drivers/s390/cio/Makefile
+1
-1
drivers/sgi/char/Makefile
drivers/sgi/char/Makefile
+1
-1
drivers/usb/core/Makefile
drivers/usb/core/Makefile
+1
-1
drivers/usb/host/Makefile
drivers/usb/host/Makefile
+0
-2
drivers/video/aty/Makefile
drivers/video/aty/Makefile
+0
-3
fs/Makefile
fs/Makefile
+1
-2
net/802/Makefile
net/802/Makefile
+1
-0
net/core/Makefile
net/core/Makefile
+3
-2
net/ipv4/Makefile
net/ipv4/Makefile
+0
-2
net/ipx/Makefile
net/ipx/Makefile
+1
-1
net/netlink/Makefile
net/netlink/Makefile
+0
-2
scripts/fixdep.c
scripts/fixdep.c
+2
-2
scripts/mkcompile_h
scripts/mkcompile_h
+14
-0
sound/core/Makefile
sound/core/Makefile
+1
-1
sound/core/seq/Makefile
sound/core/seq/Makefile
+1
-1
sound/isa/sb/Makefile
sound/isa/sb/Makefile
+1
-1
sound/oss/Makefile
sound/oss/Makefile
+3
-4
No files found.
Documentation/DocBook/Makefile
View file @
947ad94a
...
...
@@ -88,9 +88,9 @@ IMG-parportbook := parport-share.fig parport-multi.fig parport-structure.fig
IMG-parportbook2
:=
$(
addprefix
Documentation/DocBook/,
$
(
IMG-parportbook
))
EPS-parportbook
:=
$(
patsubst
%.fig,%.eps,
$
(
IMG-parportbook2
))
PNG-parportbook
:=
$(
patsubst
%.fig,%.png,
$
(
IMG-parportbook2
))
Documentation/DocBook/parportbook.
ps
:
$(EPS
-parportbook)
Documentation/DocBook/parportbook.
html
Documentation/DocBook/parportbook.pdf
:
\
$(
PNG
-parportbook)
Documentation/DocBook/parportbook.
html
:
$(PNG
-parportbook)
Documentation/DocBook/parportbook.
ps
Documentation/DocBook/parportbook.pdf
:
\
$(
EPS
-parportbook)
###
# Rules to generate postscript, PDF and HTML
...
...
@@ -99,48 +99,44 @@ Documentation/DocBook/parportbook.html Documentation/DocBook/parportbook.pdf:\
@
(
which db2ps
>
/dev/null 2>&1
)
||
\
(
echo
"*** You need to install DocBook stylesheets ***"
;
\
exit
1
)
@
echo
' DB2PS $@'
@
db2ps
-o
$(
dir
$@
)
$<
$(
call
do_cmd,DB2PS
$@
,db2ps
-o
$(
dir
$@
)
$<
)
%.pdf
:
%.sgml
@
(
which db2pdf
>
/dev/null 2>&1
)
||
\
(
echo
"*** You need to install DocBook stylesheets ***"
;
\
exit
1
)
@
echo
' DB2PDF $@'
@
db2pdf
-o
$(
dir
$@
)
$<
$(
call
do_cmd,DB2PDF
$@
,db2pdf
-o
$(
dir
$@
)
$<
)
%.html
:
%.sgml
@
(
which db2html
>
/dev/null 2>&1
)
||
\
(
echo
"*** You need to install DocBook stylesheets ***"
;
\
exit
1
)
@
rm
-rf
$@
$(
patsubst
%.html,%,
$@
)
@
echo
' DB2HTML $@'
@
db2html
-o
$(
patsubst
%.html,%,
$@
)
$<
&&
\
$(
call
do_cmd,DB2HTML
$@
,db2html
-o
$(
patsubst
%.html,%,
$@
)
$<
&&
\
echo
'<a HREF="
$(
patsubst
%.html,%,
$(
notdir
$@
))
/book1.html">\
Goto
$(
patsubst
%.html,%,
$(
notdir
$@
))
</a><p>'
>
$@
Goto
$(
patsubst
%.html,%,
$(
notdir
$@
))
</a><p>'
>
$@
)
@
if
[
!
-z
"
$
(PNG-
$(
basename
$(
notdir
$@
))
)"
]
;
then
\
cp
$
(
PNG-
$(
basename
$(
notdir
$@
))
)
$(
patsubst
%.html,%,
$@
)
;
fi
###
# Rules to generate postscripts and PNG imgages from .fig format files
%.eps
:
%.fig
@
echo
' FIG2DEV -Leps $@'
@
fig2dev
-Leps
$<
$@
$(
call
do_cmd,FIG2DEV
-Leps
$@
,fig2dev
-Leps
$<
$@
)
%.png
:
%.fig
@
echo
' FIG2DEV -Lpng $@'
fig2dev
-Lpng
$<
$@
$(
call
do_cmd,FIG2DEV
-Lpng
$@
,fig2dev
-Lpng
$<
$@
)
###
# Rule to convert a .c file to inline SGML documentation
%.sgml
:
%.c
@
echo
' Generating $@'
@
echo
"<programlisting>"
>
$@
@
expand
--tabs
=
8 <
$<
|
\
@
(
\
echo
"<programlisting>"
;
\
expand
--tabs
=
8 <
$<
|
\
sed
-e
"s/&/
\\
&/g"
\
-e
"s/</
\\
</g"
\
-e
"s/>/
\\
>/g"
>>
$@
@
echo
"</programlisting>"
>
>
$@
-e
"s/>/
\\
>/g"
;
\
echo
"</programlisting>"
)
>
$@
###
# Help targets as used by the top-level makefile
...
...
Makefile
View file @
947ad94a
...
...
@@ -279,7 +279,6 @@ define rule_link_vmlinux
mv
-f
.tmpversion
.version
+$(MAKE)
-C
init
$(call
cmd,link_vmlinux)
$(cmd_link_vmlinux)
echo 'cmd_$@
:
= $(cmd_link_vmlinux)' > $(@D)/.$(@F).cmd
$(NM)
vmlinux |
grep
-v
'\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)'
|
sort
>
System.map
endef
...
...
Rules.make
View file @
947ad94a
...
...
@@ -553,3 +553,22 @@ if_changed_rule = $(if $(strip $? \
# If quiet is set, only print short version of command
cmd
=
@
$(
if
$
(
$(quiet)
cmd_
$(1)
)
,echo
' $(
$(quiet)
cmd_
$(1)
)
'
&&
)
$
(
cmd_
$(1)
)
# do_cmd is a shorthand used to support both compressed, verbose
# and silent output in a single line.
# Compared to cmd described avobe, do_cmd does no rely on any variables
# previously assigned a value.
#
# Usage $(call do_cmd,CMD $@,cmd_to_execute bla bla)
# Example:
# $(call do_cmd,CP $@,cp -b $< $@)
# make -s => nothing will be printed
# make KBUILD_VERBOSE=1 => cp -b path/to/src.file path/to/dest.file
# make KBUILD_VERBOSE=0 => CP path/to/dest.file
define
do_cmd
@$(if
$(filter
quiet_,$(quiet)),
echo
' $(1)'
&&,
$(if
$(filter
silent_,$(quiet)),,
echo
"$(2)"
&&))
\
$(2)
endef
arch/i386/kernel/Makefile
View file @
947ad94a
...
...
@@ -6,7 +6,7 @@ EXTRA_TARGETS := kernel.o head.o init_task.o
O_TARGET
:=
kernel.o
export-objs
:=
mca.o mtrr.o
msr.o cpuid.o microcode.o
i386_ksyms.o time.o
export-objs
:=
mca.o mtrr.o i386_ksyms.o time.o
obj-y
:=
process.o semaphore.o signal.o entry.o traps.o irq.o vm86.o
\
ptrace.o i8259.o ioport.o ldt.o setup.o time.o sys_i386.o
\
...
...
arch/ia64/lib/Makefile
View file @
947ad94a
...
...
@@ -4,7 +4,7 @@
L_TARGET
=
lib.a
export-objs
:=
io.o
swiotlb.o
export-objs
:=
swiotlb.o
obj-y
:=
__divsi3.o __udivsi3.o __modsi3.o __umodsi3.o
\
__divdi3.o __udivdi3.o __moddi3.o __umoddi3.o
\
...
...
arch/ia64/sn/io/Makefile
View file @
947ad94a
...
...
@@ -18,7 +18,7 @@ EXTRA_CFLAGS := -DLITTLE_ENDIAN
O_TARGET
:=
sgiio.o
ifeq
($(CONFIG_MODULES),y)
export-objs
=
pciio.o hcl.o
pci_dma.o
export-objs
=
pciio.o hcl.o
endif
obj-y
:=
stubs.o sgi_if.o pciio.o xtalk.o xbow.o xswitch.o klgraph_hack.o
\
...
...
arch/mips/baget/Makefile
View file @
947ad94a
...
...
@@ -5,7 +5,7 @@
O_TARGET
:=
baget.a
export-objs
:=
vacserial.o
vacrtc.o
export-objs
:=
vacserial.o
obj-y
:=
baget.o print.o setup.o time.o irq.o bagetIRQ.o
\
reset.o wbflush.o
obj-$(CONFIG_SERIAL)
+=
vacserial.o
...
...
arch/mips/kernel/Makefile
View file @
947ad94a
...
...
@@ -6,6 +6,7 @@
O_TARGET
:=
kernel.o
EXTRA_TARGETS
:=
head.o init_task.o
export-objs
:=
mips_ksyms.o
obj-y
+=
branch.o process.o signal.o entry.o
\
traps.o ptrace.o vm86.o ioport.o reset.o
\
...
...
@@ -27,14 +28,12 @@ endif
obj-$(CONFIG_SMP)
+=
smp.o
# Old style irq support, going to die in 2.5.
export-objs
+=
old-irq.o
obj-$(CONFIG_NEW_IRQ)
+=
irq.o
obj-$(CONFIG_ROTTEN_IRQ)
+=
old-irq.o
obj-$(CONFIG_I8259)
+=
i8259.o
# transition from old time.c to new time.c
# some boards uses old-time.c, some use time.c, and some use their own ones
export-objs
+=
old-time.o time.o
obj-$(CONFIG_OLD_TIME_C)
+=
old-time.o
obj-$(CONFIG_NEW_TIME_C)
+=
time.o
...
...
arch/ppc/8xx_io/Makefile
View file @
947ad94a
...
...
@@ -11,6 +11,8 @@
O_TARGET
:=
8xx_io.o
export-objs
:=
fec.o
obj-y
:=
commproc.o uart.o
obj-$(CONFIG_FEC_ENET)
+=
fec.o
...
...
arch/ppc64/kernel/Makefile
View file @
947ad94a
...
...
@@ -9,7 +9,7 @@ KHEAD := head.o
O_TARGET
:=
kernel.o
EXTRA_TARGETS
:=
$(KHEAD)
export-objs
:=
ppc_ksyms.o
setup.o
export-objs
:=
ppc_ksyms.o
obj-y
:=
ppc_ksyms.o setup.o entry.o traps.o irq.o idle.o
\
time.o process.o signal.o syscalls.o misc.o ptrace.o
\
...
...
arch/sh/kernel/Makefile
View file @
947ad94a
...
...
@@ -5,7 +5,8 @@
O_TARGET
:=
kernel.o
EXTRA_TARGETS
:=
head.o init_task.o
export-objs
:=
io.o io_generic.o io_hd64461.o setup_hd64461.o sh_ksyms.o
export-objs
:=
io.o io_generic.o io_hd64465.o setup_hd64465.o sh_ksyms.o
\
io_adx.o io_bigsur.o io_cat68701.o hd64465_gpio.o
obj-y
:=
process.o signal.o entry.o traps.o irq.o irq_ipr.o
\
ptrace.o setup.o time.o sys_sh.o semaphore.o
\
...
...
arch/x86_64/kernel/Makefile
View file @
947ad94a
...
...
@@ -5,7 +5,7 @@
O_TARGET
:=
kernel.o
EXTRA_TARGETS
:=
head.o head64.o init_task.o
export-objs
:=
mtrr.o
msr.o cpuid.o
x8664_ksyms.o
export-objs
:=
mtrr.o x8664_ksyms.o
obj-y
:=
process.o semaphore.o signal.o entry.o traps.o irq.o
\
ptrace.o i8259.o ioport.o ldt.o setup.o time.o sys_x86_64.o
\
...
...
drivers/acorn/char/Makefile
View file @
947ad94a
...
...
@@ -3,8 +3,6 @@
#
# All the objects that export symbols.
export-objs
:=
mouse_rpc.o
obj-arc
:=
keyb_arc.o
obj-rpc
:=
keyb_ps2.o
obj-clps7500
:=
keyb_ps2.o defkeymap-acorn.o
...
...
drivers/block/Makefile
View file @
947ad94a
...
...
@@ -8,7 +8,8 @@
# In the future, some of these should be built conditionally.
#
export-objs
:=
elevator.o ll_rw_blk.o blkpg.o loop.o DAC960.o genhd.o block_ioctl.o
export-objs
:=
elevator.o ll_rw_blk.o blkpg.o loop.o genhd.o
\
block_ioctl.o acsi.o
obj-y
:=
elevator.o ll_rw_blk.o blkpg.o genhd.o block_ioctl.o
...
...
drivers/macintosh/Makefile
View file @
947ad94a
...
...
@@ -4,7 +4,7 @@
# Objects that export symbols.
export-objs
:=
adb.o
rtc.o
mac_hid.o via-pmu.o
export-objs
:=
adb.o mac_hid.o via-pmu.o
# Object file lists.
...
...
drivers/message/fusion/Makefile
View file @
947ad94a
...
...
@@ -43,7 +43,7 @@ EXTRA_CFLAGS += -I. ${MPT_CFLAGS}
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-} LSI_LOGIC
export-objs
:=
mptbase.o
mptscsih.o mptlan.o mptctl.o isense.o
export-objs
:=
mptbase.o
obj-$(CONFIG_FUSION)
+=
mptbase.o mptscsih.o
obj-$(CONFIG_FUSION_ISENSE)
+=
isense.o
...
...
drivers/net/wan/Makefile
View file @
947ad94a
...
...
@@ -6,7 +6,7 @@
#
export-objs
:=
z85230.o syncppp.o comx.o sdladrv.o cycx_drv.o hdlc_generic.o
\
dlci.o
pc300_drv.o
dlci.o
wanpipe-y
:=
sdlamain.o sdla_ft1.o
wanpipe-$(CONFIG_WANPIPE_X25)
+=
sdla_x25.o
...
...
drivers/pcmcia/Makefile
View file @
947ad94a
...
...
@@ -2,7 +2,7 @@
# Makefile for the kernel pcmcia subsystem (c/o David Hinds)
#
export-objs
:=
ds.o cs.o yenta.o
pci_socket.o
export-objs
:=
ds.o cs.o yenta.o
obj-$(CONFIG_PCMCIA)
+=
pcmcia_core.o ds.o
ifeq
($(CONFIG_CARDBUS),y)
...
...
drivers/s390/cio/Makefile
View file @
947ad94a
...
...
@@ -8,6 +8,6 @@ obj-y += airq.o blacklist.o cio.o ioinfo.o misc.o requestirq.o s390io.o
obj-$(CONFIG_CHSC)
+=
chsc.o
obj-$(CONFIG_PROC_FS)
+=
proc.o
export-objs
+=
airq.o cio.o ioinfo.o
misc.o
requestirq.o s390io.o
export-objs
+=
airq.o cio.o ioinfo.o requestirq.o s390io.o
include
$(TOPDIR)/Rules.make
drivers/sgi/char/Makefile
View file @
947ad94a
...
...
@@ -2,7 +2,7 @@
# Makefile for the linux kernel.
#
export-objs
:=
newport.o shmiq.o sgicons.o usema.o
export-objs
:=
newport.o shmiq.o sgicons.o usema.o
rrm.o
obj-y
:=
newport.o shmiq.o sgicons.o usema.o streamable.o
obj-$(CONFIG_SGI_SERIAL)
+=
sgiserial.o
...
...
drivers/usb/core/Makefile
View file @
947ad94a
...
...
@@ -2,7 +2,7 @@
# Makefile for USB Core files and filesystem
#
export-objs
:=
usb.o hcd.o hcd-pci.o urb.o message.o
config.o
file.o
export-objs
:=
usb.o hcd.o hcd-pci.o urb.o message.o file.o
usbcore-objs
:=
usb.o usb-debug.o hub.o hcd.o urb.o message.o
\
config.o file.o
...
...
drivers/usb/host/Makefile
View file @
947ad94a
...
...
@@ -3,8 +3,6 @@
# framework and drivers
#
export-objs
:=
usb-ohci.o
obj-$(CONFIG_USB_EHCI_HCD)
+=
ehci-hcd.o
obj-$(CONFIG_USB_OHCI_HCD)
+=
ohci-hcd.o
obj-$(CONFIG_USB_UHCI_HCD_ALT)
+=
uhci-hcd.o
...
...
drivers/video/aty/Makefile
View file @
947ad94a
export-objs
:=
atyfb_base.o mach64_accel.o
obj-$(CONFIG_FB_ATY)
+=
atyfb.o
atyfb-y
:=
atyfb_base.o mach64_accel.o ../cfbimgblt.o
...
...
fs/Makefile
View file @
947ad94a
...
...
@@ -7,8 +7,7 @@
O_TARGET
:=
fs.o
export-objs
:=
filesystems.o open.o dcache.o buffer.o bio.o inode.o dquot.o
\
mpage.o
export-objs
:=
open.o dcache.o buffer.o bio.o inode.o dquot.o mpage.o
obj-y
:=
open.o read_write.o devices.o file_table.o buffer.o
\
bio.o super.o block_dev.o char_dev.o stat.o exec.o pipe.o
\
...
...
net/802/Makefile
View file @
947ad94a
...
...
@@ -6,6 +6,7 @@ export-objs := llc_macinit.o p8022.o psnap.o
obj-y
:=
p8023.o
# Check the p8022 selections against net/core/Makefile.
obj-$(CONFIG_SYSCTL)
+=
sysctl_net_802.o
obj-$(CONFIG_LLC)
+=
p8022.o psnap.o llc_sendpdu.o llc_utility.o
\
cl2llc.o llc_macinit.o
...
...
net/core/Makefile
View file @
947ad94a
...
...
@@ -2,7 +2,7 @@
# Makefile for the Linux networking core.
#
export-objs
:=
ext8022.o
netfilter.o profile.o
export-objs
:=
ext8022.o
obj-y
:=
sock.o skbuff.o iovec.o datagram.o scm.o
...
...
@@ -16,7 +16,8 @@ obj-$(CONFIG_FILTER) += filter.o
obj-$(CONFIG_NET)
+=
dev.o dev_mcast.o dst.o neighbour.o rtnetlink.o utils.o
ifneq
($(CONFIG_LLC),n)
# See p8022 in net/802/Makefile for config options to check
ifneq
($(CONFIG_LLC)$(CONFIG_TR)$(CONFIG_IPX)$(CONFIG_ATALK),)
obj-y
+=
ext8022.o
endif
...
...
net/ipv4/Makefile
View file @
947ad94a
...
...
@@ -2,8 +2,6 @@
# Makefile for the Linux TCP/IP (INET) layer.
#
export-objs
=
ipip.o ip_gre.o
obj-y
:=
utils.o route.o inetpeer.o proc.o protocol.o
\
ip_input.o ip_fragment.o ip_forward.o ip_options.o
\
ip_output.o ip_sockglue.o
\
...
...
net/ipx/Makefile
View file @
947ad94a
...
...
@@ -2,7 +2,7 @@
# Makefile for the Linux IPX layer.
#
export-objs
=
af_ipx.o
af_spx.o
export-objs
=
af_ipx.o
obj-$(CONFIG_IPX)
+=
ipx.o
...
...
net/netlink/Makefile
View file @
947ad94a
...
...
@@ -2,8 +2,6 @@
# Makefile for the netlink driver.
#
export-objs
:=
af_netlink.o
obj-y
:=
af_netlink.o
obj-$(CONFIG_NETLINK_DEV)
+=
netlink_dev.o
...
...
scripts/fixdep.c
View file @
947ad94a
...
...
@@ -213,7 +213,7 @@ void use_config(char *m, int slen)
void
parse_config_file
(
char
*
map
,
size_t
len
)
{
int
*
end
=
(
int
*
)
(
map
+
len
);
/
/ start at +1, so that p can never be < map
/
* start at +1, so that p can never be < map */
int
*
m
=
(
int
*
)
map
+
1
;
char
*
p
,
*
q
;
...
...
@@ -283,7 +283,7 @@ void do_config_file(char *filename)
void
parse_dep_file
(
void
*
map
,
size_t
len
)
{
char
*
m
=
map
;
char
*
end
=
m
ap
+
len
;
char
*
end
=
m
+
len
;
char
*
p
;
char
s
[
PATH_MAX
];
...
...
scripts/mkcompile_h
View file @
947ad94a
...
...
@@ -3,6 +3,20 @@ ARCH=$2
SMP=$3
CC=$4
# If compile.h exists already and we don't own autoconf.h
# (i.e. we're not the same user who did make *config), don't
# modify compile.h
# So "sudo make install" won't change the "compiled by <user>"
# do "compiled by root"
if [ -r $TARGET -a ! -O ../include/linux/autoconf.h ]; then
echo ' (not modified)'
exit 0
fi
# Do not expand names
set -f
if [ -r ../.version ]; then
VERSION=`cat ../.version`
else
...
...
sound/core/Makefile
View file @
947ad94a
...
...
@@ -3,7 +3,7 @@
# Copyright (c) 1999,2001 by Jaroslav Kysela <perex@suse.cz>
#
export-objs
:=
sound.o pcm.o pcm_lib.o rawmidi.o timer.o
rtctimer.o
hwdep.o
export-objs
:=
sound.o pcm.o pcm_lib.o rawmidi.o timer.o hwdep.o
snd-objs
:=
sound.o init.o isadma.o memory.o info.o control.o misc.o
\
device.o wrappers.o
...
...
sound/core/seq/Makefile
View file @
947ad94a
...
...
@@ -8,7 +8,7 @@ ifeq ($(CONFIG_SND_SEQUENCER_OSS),y)
obj-$(CONFIG_SND_SEQUENCER)
+=
oss/
endif
export-objs
:=
seq_device.o seq.o seq_
ports.o seq_
instr.o seq_midi_emul.o
\
export-objs
:=
seq_device.o seq.o seq_instr.o seq_midi_emul.o
\
seq_midi_event.o seq_virmidi.o
snd-seq-device-objs
:=
seq_device.o
...
...
sound/isa/sb/Makefile
View file @
947ad94a
...
...
@@ -3,7 +3,7 @@
# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
#
export-objs
:=
emu8000.o
emu8000_synth.o
sb_common.o sb8_main.o sb16_main.o sb16_csp.o
export-objs
:=
emu8000.o sb_common.o sb8_main.o sb16_main.o sb16_csp.o
snd-sb-common-objs
:=
sb_common.o sb_mixer.o
snd-sb8-dsp-objs
:=
sb8_main.o sb8_midi.o
...
...
sound/oss/Makefile
View file @
947ad94a
...
...
@@ -6,10 +6,9 @@
# All of the (potential) objects that export symbols.
# This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'.
export-objs
:=
ad1848.o audio_syms.o midi_syms.o mpu401.o
\
msnd.o opl3.o sb_common.o sequencer_syms.o
\
sound_syms.o uart401.o
\
nm256_audio.o ac97.o ac97_codec.o aci.o
export-objs
:=
ad1848.o audio_syms.o midi_syms.o mpu401.o ac97_codec.o
\
msnd.o opl3.o sb_common.o sequencer_syms.o ac97.o aci.o
\
sound_syms.o uart401.o
# Each configuration option enables a list of files.
...
...
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