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
ff089748
Commit
ff089748
authored
Aug 11, 2004
by
Sam Ravnborg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: Replace host-progs with hostprogs-y
Signed-off-by:
Sam Ravnborg
<
sam@ravnborg.org
>
parent
113b88ae
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
28 additions
and
29 deletions
+28
-29
arch/alpha/boot/Makefile
arch/alpha/boot/Makefile
+1
-1
arch/i386/boot/Makefile
arch/i386/boot/Makefile
+1
-1
arch/ppc/boot/Makefile
arch/ppc/boot/Makefile
+2
-2
arch/ppc64/boot/Makefile
arch/ppc64/boot/Makefile
+1
-1
arch/sparc/boot/Makefile
arch/sparc/boot/Makefile
+1
-1
arch/sparc64/boot/Makefile
arch/sparc64/boot/Makefile
+1
-1
arch/um/sys-i386/util/Makefile
arch/um/sys-i386/util/Makefile
+2
-2
arch/x86_64/boot/Makefile
arch/x86_64/boot/Makefile
+1
-1
drivers/atm/Makefile
drivers/atm/Makefile
+1
-1
drivers/md/Makefile
drivers/md/Makefile
+1
-1
drivers/media/dvb/ttpci/Makefile
drivers/media/dvb/ttpci/Makefile
+1
-1
drivers/pci/Makefile
drivers/pci/Makefile
+1
-1
drivers/zorro/Makefile
drivers/zorro/Makefile
+1
-1
lib/Makefile
lib/Makefile
+1
-1
scripts/Makefile
scripts/Makefile
+1
-2
scripts/basic/Makefile
scripts/basic/Makefile
+2
-2
scripts/genksyms/Makefile
scripts/genksyms/Makefile
+2
-2
scripts/kconfig/Makefile
scripts/kconfig/Makefile
+1
-1
scripts/lxdialog/Makefile
scripts/lxdialog/Makefile
+2
-2
scripts/mod/Makefile
scripts/mod/Makefile
+2
-2
sound/oss/Makefile
sound/oss/Makefile
+1
-1
usr/Makefile
usr/Makefile
+1
-1
No files found.
arch/alpha/boot/Makefile
View file @
ff089748
...
...
@@ -8,7 +8,7 @@
# Copyright (C) 1994 by Linus Torvalds
#
host
-progs
:=
tools/mkbb tools/objstrip
host
progs-y
:=
tools/mkbb tools/objstrip
targets
:=
vmlinux.gz vmlinux
\
vmlinux.nh tools/lxboot tools/bootlx tools/bootph
\
tools/bootpzh bootloader bootpheader bootpzheader
...
...
arch/i386/boot/Makefile
View file @
ff089748
...
...
@@ -29,7 +29,7 @@ targets := vmlinux.bin bootsect bootsect.o setup setup.o \
zImage bzImage
subdir-
:=
compressed
host
-progs
:=
tools/build
host
progs-y
:=
tools/build
HOSTCFLAGS_build.o
:=
$(LINUXINCLUDE)
...
...
arch/ppc/boot/Makefile
View file @
ff089748
...
...
@@ -23,12 +23,12 @@ subdir-$(CONFIG_PPC_OF) += of1275
# for cleaning
subdir-
+=
simple openfirmware
host
-progs
:=
$(
addprefix
utils/, addnote mknote hack-coff mkprep mkbugboot mktree
)
host
progs-y
:=
$(
addprefix
utils/, addnote mknote hack-coff mkprep mkbugboot mktree
)
.PHONY
:
$(BOOT_TARGETS) $(bootdir-y)
$(BOOT_TARGETS)
:
$(bootdir-y)
$(bootdir-y)
:
$(addprefix $(obj)/
,
$(subdir-y))
\
$(addprefix $(obj)/
,
$(host
-progs
))
$(addprefix $(obj)/
,
$(host
progs-y
))
$(Q)$(MAKE)
$(build)
=
$(obj)
/
$@
$(MAKECMDGOALS)
arch/ppc64/boot/Makefile
View file @
ff089748
...
...
@@ -58,7 +58,7 @@ obj-sec = $(foreach section, $(1), $(patsubst %,$(obj)/kernel-%.o, $(section)))
src-sec
=
$(
foreach
section,
$(1)
,
$(
patsubst
%,
$(obj)
/kernel-%.c,
$(section)
))
gz-sec
=
$(
foreach
section,
$(1)
,
$(
patsubst
%,
$(obj)
/kernel-%.gz,
$(section)
))
host
-progs
:=
piggy addnote addSystemMap addRamDisk
host
progs-y
:=
piggy addnote addSystemMap addRamDisk
targets
+=
zImage zImage.initrd imagesize.c
\
$(
patsubst
$(obj)
/%,%,
$(
call
obj-sec,
$(required)
$(initrd)
))
\
$(
patsubst
$(obj)
/%,%,
$(
call
src-sec,
$(required)
$(initrd)
))
\
...
...
arch/sparc/boot/Makefile
View file @
ff089748
...
...
@@ -7,7 +7,7 @@
ROOT_IMG
:=
/usr/src/root.img
ELFTOAOUT
:=
elftoaout
host
-progs
:=
piggyback btfixupprep
host
progs-y
:=
piggyback btfixupprep
targets
:=
tftpboot.img btfix.o btfix.S image
quiet_cmd_elftoaout
=
ELFTOAOUT
$@
...
...
arch/sparc64/boot/Makefile
View file @
ff089748
...
...
@@ -7,7 +7,7 @@
ROOT_IMG
:=
/usr/src/root.img
ELFTOAOUT
:=
elftoaout
host
-progs
:=
piggyback
host
progs-y
:=
piggyback
targets
:=
image tftpboot.img vmlinux.aout
quiet_cmd_elftoaout
=
ELF2AOUT
$@
...
...
arch/um/sys-i386/util/Makefile
View file @
ff089748
host
-progs
:=
mk_sc
always
:=
$
(
host
-progs
)
mk_thread
host
progs-y
:=
mk_sc
always
:=
$
(
host
progs-y
)
mk_thread
targets
:=
mk_thread_kern.o mk_thread_user.o
mk_sc-objs
:=
mk_sc.o
...
...
arch/x86_64/boot/Makefile
View file @
ff089748
...
...
@@ -30,7 +30,7 @@ targets := vmlinux.bin bootsect bootsect.o \
EXTRA_CFLAGS
:=
-m32
host
-progs
:=
tools/build
host
progs-y
:=
tools/build
subdir-
:=
compressed/
#Let make clean descend in compressed/
# ---------------------------------------------------------------------------
...
...
drivers/atm/Makefile
View file @
ff089748
...
...
@@ -3,7 +3,7 @@
#
fore_200e-objs
:=
fore200e.o
host
-progs
:=
fore200e_mkfirm
host
progs-y
:=
fore200e_mkfirm
# Files generated that shall be removed upon make clean
clean-files
:=
atmsar11.bin atmsar11.bin1 atmsar11.bin2 pca200e.bin
\
...
...
drivers/md/Makefile
View file @
ff089748
...
...
@@ -10,7 +10,7 @@ raid6-objs := raid6main.o raid6algos.o raid6recov.o raid6tables.o \
raid6int1.o raid6int2.o raid6int4.o
\
raid6int8.o raid6int16.o raid6int32.o
\
raid6mmx.o raid6sse1.o raid6sse2.o
host
-progs
:=
mktables
host
progs-y
:=
mktables
# Note: link order is important. All raid personalities
# and xor.o must come before md.o, as they each initialise
...
...
drivers/media/dvb/ttpci/Makefile
View file @
ff089748
...
...
@@ -13,7 +13,7 @@ obj-$(CONFIG_DVB_AV7110) += dvb-ttpci.o ttpci-eeprom.o
EXTRA_CFLAGS
=
-Idrivers
/media/dvb/dvb-core/
host
-progs
:=
fdump
host
progs-y
:=
fdump
ifdef
CONFIG_DVB_AV7110_FIRMWARE
$(obj)/av7110.o
:
$(obj)/fdump $(obj)/av7110_firm.h
...
...
drivers/pci/Makefile
View file @
ff089748
...
...
@@ -35,7 +35,7 @@ ifndef CONFIG_X86
obj-y
+=
syscall.o
endif
host
-progs
:=
gen-devlist
host
progs-y
:=
gen-devlist
# Dependencies on generated files need to be listed explicitly
$(obj)/names.o
:
$(obj)/devlist.h $(obj)/classlist.h
...
...
drivers/zorro/Makefile
View file @
ff089748
...
...
@@ -5,7 +5,7 @@
obj-$(CONFIG_ZORRO)
+=
zorro.o zorro-driver.o zorro-sysfs.o names.o
obj-$(CONFIG_PROC_FS)
+=
proc.o
host
-progs
:=
gen-devlist
host
progs-y
:=
gen-devlist
# Files generated that shall be removed upon make clean
clean-files
:=
devlist.h
...
...
lib/Makefile
View file @
ff089748
...
...
@@ -25,7 +25,7 @@ obj-$(CONFIG_LIBCRC32C) += libcrc32c.o
obj-$(CONFIG_ZLIB_INFLATE)
+=
zlib_inflate/
obj-$(CONFIG_ZLIB_DEFLATE)
+=
zlib_deflate/
host
-progs
:=
gen_crc32table
host
progs-y
:=
gen_crc32table
clean-files
:=
crc32table.h
$(obj)/crc32.o
:
$(obj)/crc32table.h
...
...
scripts/Makefile
View file @
ff089748
...
...
@@ -13,8 +13,7 @@ hostprogs-$(CONFIG_VT) += conmakehash
hostprogs-$(CONFIG_PROM_CONSOLE)
+=
conmakehash
hostprogs-$(CONFIG_IKCONFIG)
+=
bin2c
host-progs
:=
$(
sort
$
(
hostprogs-y
))
always
:=
$
(
host-progs
)
always
:=
$
(
hostprogs-y
)
subdir-$(CONFIG_MODVERSIONS)
+=
genksyms
subdir-$(CONFIG_MODULES)
+=
mod
...
...
scripts/basic/Makefile
View file @
ff089748
...
...
@@ -11,8 +11,8 @@
# include/config/...
# docproc: Used in Documentation/docbook
host
-progs
:=
fixdep split-include docproc
always
:=
$
(
host
-progs
)
host
progs-y
:=
fixdep split-include docproc
always
:=
$
(
host
progs-y
)
# fixdep is needed to compile other host programs
$(addprefix $(obj)/,$(filter-out fixdep,$(always)))
:
$(obj)/fixdep
scripts/genksyms/Makefile
View file @
ff089748
host
-progs
:=
genksyms
always
:=
$
(
host
-progs
)
host
progs-y
:=
genksyms
always
:=
$
(
host
progs-y
)
genksyms-objs
:=
genksyms.o parse.o lex.o
...
...
scripts/kconfig/Makefile
View file @
ff089748
...
...
@@ -67,7 +67,7 @@ help:
libkconfig-objs
:=
zconf.tab.o
host
-progs
:=
conf mconf qconf gconf
host
progs-y
:=
conf mconf qconf gconf
conf-objs
:=
conf.o libkconfig.so
mconf-objs
:=
mconf.o libkconfig.so
...
...
scripts/lxdialog/Makefile
View file @
ff089748
...
...
@@ -15,8 +15,8 @@ endif
endif
endif
host
-progs
:=
lxdialog
always
:=
ncurses
$
(
host
-progs
)
host
progs-y
:=
lxdialog
always
:=
ncurses
$
(
host
progs-y
)
lxdialog-objs
:=
checklist.o menubox.o textbox.o yesno.o inputbox.o
\
util.o lxdialog.o msgbox.o
...
...
scripts/mod/Makefile
View file @
ff089748
host
-progs
:=
modpost mk_elfconfig
always
:=
$
(
host
-progs
)
empty.o
host
progs-y
:=
modpost mk_elfconfig
always
:=
$
(
host
progs-y
)
empty.o
modpost-objs
:=
modpost.o file2alias.o sumversion.o
...
...
sound/oss/Makefile
View file @
ff089748
...
...
@@ -103,7 +103,7 @@ sb_lib-objs := sb_common.o sb_audio.o sb_midi.o sb_mixer.o sb_ess.o
vidc_mod-objs
:=
vidc.o vidc_fill.o
wavefront-objs
:=
wavfront.o wf_midi.o yss225.o
host
-progs
:=
bin2hex hex2hex
host
progs-y
:=
bin2hex hex2hex
# Files generated that shall be removed upon make clean
clean-files
:=
maui_boot.h msndperm.c msndinit.c pndsperm.c pndspini.c
\
...
...
usr/Makefile
View file @
ff089748
obj-y
:=
initramfs_data.o
host
-progs
:=
gen_init_cpio
host
progs-y
:=
gen_init_cpio
clean-files
:=
initramfs_data.cpio.gz
...
...
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