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
778d5af7
Commit
778d5af7
authored
Sep 06, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://linux-sam.bkbits.net/kbuild
into home.osdl.org:/home/torvalds/v2.5/linux
parents
ff1fbc22
0292ae9d
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
19 additions
and
20 deletions
+19
-20
Makefile
Makefile
+2
-2
arch/i386/boot/Makefile
arch/i386/boot/Makefile
+1
-2
arch/i386/boot98/Makefile
arch/i386/boot98/Makefile
+1
-2
drivers/eisa/Makefile
drivers/eisa/Makefile
+6
-6
drivers/ieee1394/Makefile
drivers/ieee1394/Makefile
+3
-4
drivers/isdn/hisax/Makefile
drivers/isdn/hisax/Makefile
+2
-2
scripts/genksyms/Makefile
scripts/genksyms/Makefile
+4
-2
No files found.
Makefile
View file @
778d5af7
...
...
@@ -344,8 +344,8 @@ endif
include
arch/$(ARCH)/Makefile
# Let architecture Makefiles change CPPFLAGS if needed
CFLAGS
+
=
$(CPPFLAGS)
$(CFLAGS)
AFLAGS
+
=
$(CPPFLAGS)
$(AFLAGS)
CFLAGS
:
=
$(CPPFLAGS)
$(CFLAGS)
AFLAGS
:
=
$(CPPFLAGS)
$(AFLAGS)
core-y
+=
kernel/ mm/ fs/ ipc/ security/ crypto/
...
...
arch/i386/boot/Makefile
View file @
778d5af7
...
...
@@ -58,8 +58,7 @@ $(obj)/setup $(obj)/bootsect: %: %.o FORCE
$(
call
if_changed,ld
)
$(obj)/compressed/vmlinux
:
FORCE
$(Q)$(MAKE)
-f
scripts/Makefile.build
obj
=
$(obj)
/compressed
\
IMAGE_OFFSET
=
$(IMAGE_OFFSET)
$@
$(Q)$(MAKE)
$(build)
=
$(obj)
/compressed
IMAGE_OFFSET
=
$(IMAGE_OFFSET)
$@
# Set this if you want to pass append arguments to the zdisk/fdimage kernel
FDARGS
=
...
...
arch/i386/boot98/Makefile
View file @
778d5af7
...
...
@@ -58,8 +58,7 @@ $(obj)/setup $(obj)/bootsect: %: %.o FORCE
$(
call
if_changed,ld
)
$(obj)/compressed/vmlinux
:
FORCE
$(Q)$(MAKE)
-f
scripts/Makefile.build
obj
=
$(obj)
/compressed
\
IMAGE_OFFSET
=
$(IMAGE_OFFSET)
$@
$(Q)$(MAKE)
$(build)
=
$(obj)
/compressed
IMAGE_OFFSET
=
$(IMAGE_OFFSET)
$@
# Set this if you want to pass append arguments to the zdisk/fdimage kernel
FDARGS
=
...
...
drivers/eisa/Makefile
View file @
778d5af7
...
...
@@ -10,15 +10,15 @@ obj-${CONFIG_EISA_PCI_EISA} += pci_eisa.o
# so leave it at the end of the list.
obj-${CONFIG_EISA_VIRTUAL_ROOT}
+=
virtual_root.o
clean-files
:=
devlist.h
# Ugly hack to get DEVICE_NAME_SIZE value...
DEVICE_NAME_SIZE
:
=
$(
shell
awk
'$$1=="\#define" && $$2=="DEVICE_NAME_SIZE" {print $$3-1
}
'
$(srctree)
/include/linux/device.h
)
DEVICE_NAME_SIZE
=
$(
shell
awk
'$$1=="\#define" && $$2=="DEVICE_NAME_SIZE" {print $$3-1
}
'
$(srctree)
/include/linux/device.h
)
$(obj)/eisa-bus.o
:
$(obj)/devlist.h
$(obj)/devlist.h
:
$(src)/eisa.ids $(srctree)/include/linux/device.h
sed
-e
'/^
#/D'
-e
's/^\([[:alnum:]]\{7\}\) \+"\([^"]\{1,
$(DEVICE_NAME_SIZE)
\}\).*"/EISA_DEVINFO ("\1", "\2"),/'
$<
>
$@
quiet_cmd_eisaid
=
GEN
$@
cmd_eisaid
=
sed
-e
'/^\
#/D'
-e
's/^\([[:alnum:]]\{7\}\) \+"\([^"]\{1,
$(DEVICE_NAME_SIZE)
\}\).*"/EISA_DEVINFO ("\1", "\2"),/'
$<
>
$@
$(src)/eisa.ids
:
touch
$@
clean-files
:=
devlist.h
$(obj)/devlist.h
:
$(src)/eisa.ids include/linux/device.h
$(
call
cmd,eisaid
)
drivers/ieee1394/Makefile
View file @
778d5af7
...
...
@@ -16,11 +16,10 @@ obj-$(CONFIG_IEEE1394_ETH1394) += eth1394.o
obj-$(CONFIG_IEEE1394_AMDTP)
+=
amdtp.o
obj-$(CONFIG_IEEE1394_CMP)
+=
cmp.o
clean-files
:=
oui.c
quiet_cmd_oui2c
=
OUI2C
$@
cmd_oui2c
=
$(CONFIG_SHELL)
$(
obj)
/oui2c.sh <
$(obj)
/oui.db
>
$@
cmd_oui2c
=
$(CONFIG_SHELL)
$(
srctree)
/
$(src)
/oui2c.sh <
$<
>
$@
targets
:=
oui.c
$(obj)/oui.o
:
$(obj)/oui.c
$(obj)/oui.c
:
$(
obj)/oui.db $(obj)/oui2c.sh
$(obj)/oui.c
:
$(
src)/oui.db $(src)/oui2c.sh FORCE
$(
call
if_changed,oui2c
)
drivers/isdn/hisax/Makefile
View file @
778d5af7
...
...
@@ -57,5 +57,5 @@ hisax-$(CONFIG_HISAX_W6692) += w6692.o
hisax-$(CONFIG_HISAX_ENTERNOW_PCI)
+=
enternow_pci.o amd7930_fn.o
#hisax-$(CONFIG_HISAX_TESTEMU) += testemu.o
CERT
:
=
$(
shell
cd
$(src)
;
md5sum
-c
md5sums.asc
>
/dev/null 2> /dev/null
;
echo
$$
?
)
CFLAGS_cert.o
:
=
-DCERTIFICATION
=
$(CERT)
CERT
=
$(
shell
cd
$(src)
;
md5sum
-c
md5sums.asc
>
/dev/null 2> /dev/null
;
echo
$$
?
)
CFLAGS_cert.o
=
-DCERTIFICATION
=
$(CERT)
scripts/genksyms/Makefile
View file @
778d5af7
...
...
@@ -4,12 +4,14 @@ always := $(host-progs)
genksyms-objs
:=
genksyms.o parse.o lex.o
HOSTCFLAGS_parse.o
:=
-Wno-uninitialized
# -I needed for generated C source (shipped source)
HOSTCFLAGS_parse.o
:=
-Wno-uninitialized
-I
$(src)
# dependencies on generated files need to be listed explicitly
$(obj)/lex.o
:
$(obj)/parse.h $(obj)/keywords.c
# -I needed for generated C source (shipped source)
HOSTCFLAGS_lex.o
:=
-I
$(src)
ifdef
GENERATE_PARSER
...
...
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