Masahiro Yamada
5f2fb52fac
kbuild: rename hostprogs-y/always to hostprogs/always-y
...
In old days, the "host-progs" syntax was used for specifying host
programs. It was renamed to the current "hostprogs-y" in 2004.
It is typically useful in scripts/Makefile because it allows Kbuild to
selectively compile host programs based on the kernel configuration.
This commit renames like follows:
always -> always-y
hostprogs-y -> hostprogs
So, scripts/Makefile will look like this:
always-$(CONFIG_BUILD_BIN2C) += ...
always-$(CONFIG_KALLSYMS) += ...
...
hostprogs := $(always-y) $(always-m)
I think this makes more sense because a host program is always a host
program, irrespective of the kernel configuration. We want to specify
which ones to compile by CONFIG options, so always-y will be handier.
The "always", "hostprogs-y", "hostprogs-m" will be kept for backward
compatibility for a while.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org >
2020-02-04 01:53:07 +09:00
..
2020-01-30 15:39:24 -08:00
2019-07-15 11:03:02 -03:00
2020-01-31 12:16:36 -08:00
2019-09-30 21:39:18 +02:00
2020-01-22 11:38:53 +00:00
2020-01-10 10:23:15 -07:00
2019-10-30 16:25:31 +01:00
2019-07-15 11:03:03 -03:00
2020-01-31 10:30:38 -08:00
2019-09-02 22:44:05 +02:00
2019-12-20 14:58:35 +08:00
2020-01-31 11:23:29 -08:00
2020-02-03 14:51:57 +00:00
2020-01-24 09:48:39 -07:00
2020-01-31 14:39:21 -08:00
2019-07-15 11:03:02 -03:00
2019-07-15 11:03:03 -03:00
2020-01-03 14:27:40 +01:00
2020-01-13 08:47:57 -08:00
2020-01-30 15:39:24 -08:00
2019-12-19 22:58:12 +01:00
2019-10-16 19:18:26 -07:00
2020-01-03 11:43:44 +10:00
2019-07-15 11:03:02 -03:00
2020-01-23 13:15:11 -08:00
2019-12-02 11:51:02 -08:00
2019-07-15 11:03:03 -03:00
2019-07-15 11:03:03 -03:00
2019-07-15 11:03:02 -03:00
2019-09-13 16:55:55 -03:00
2019-08-06 11:24:49 -06:00
2019-12-11 09:12:38 +01:00
2020-02-04 01:53:07 +09:00
2019-12-19 09:36:23 -07:00
2019-07-25 20:07:52 +02:00
2019-11-01 13:08:24 +01:00
2019-12-19 11:04:29 -07:00
2019-07-31 13:30:10 -06:00
2020-01-24 09:48:39 -07:00
2020-01-31 14:43:23 -08:00
2019-07-15 11:03:03 -03:00
2019-10-10 11:25:39 -06:00
2019-12-19 09:26:25 -07:00
2019-07-15 11:03:03 -03:00
2020-01-27 14:33:40 +01:00
2019-07-31 13:31:51 -06:00
2020-01-24 09:54:42 -07:00
2019-07-31 13:30:20 -06:00
2019-07-31 13:30:15 -06:00
2019-12-30 08:21:29 -06:00
2019-07-15 11:03:03 -03:00
2019-12-03 13:58:22 -08:00
2020-01-17 15:08:31 +11:00
2020-01-29 15:27:31 -08:00
2020-01-24 10:37:27 -08:00
2020-01-29 15:27:31 -08:00
2019-08-21 12:41:43 +02:00
2019-10-29 04:35:41 -06:00
2019-12-09 19:17:36 -05:00
2019-11-22 10:01:47 -07:00
2019-07-17 06:57:52 -03:00
2020-01-28 16:26:57 -08:00
2019-07-15 11:03:01 -03:00
2020-01-24 09:47:05 -07:00
2019-10-02 10:03:06 -06:00
2019-07-31 14:13:13 -06:00
2019-07-15 11:03:03 -03:00
2019-07-15 11:03:03 -03:00
2020-01-10 10:52:47 -07:00
2019-12-30 12:00:46 -07:00
2020-01-28 13:41:22 -07:00
2019-12-11 09:11:29 +01:00
2020-01-23 10:38:14 +00:00
2019-07-30 17:27:37 +02:00
2020-01-31 10:30:39 -08:00
2019-12-30 11:58:02 -07:00
2019-09-27 11:17:38 -07:00
2020-01-30 16:11:50 -08:00
2019-07-15 11:03:01 -03:00
2020-01-16 12:53:16 -07:00
2019-07-08 16:12:03 -07:00
2019-10-02 10:03:17 -06:00
2019-07-15 09:20:27 -03:00
2019-07-15 09:20:24 -03:00
2019-09-04 11:13:19 +02:00
2019-11-14 12:01:54 -04:00
2019-06-20 14:16:56 -06:00
2019-11-11 20:10:01 +09:00
2019-06-29 21:08:14 -07:00
2019-12-02 11:51:02 -08:00
2019-06-07 11:33:16 -06:00
2019-05-07 19:34:17 -07:00
2019-12-02 17:35:04 -08:00
2019-11-22 10:00:46 -07:00
2019-07-15 08:53:27 -03:00
2019-07-15 09:20:24 -03:00
2019-06-29 12:02:17 -07:00
2020-01-04 13:49:51 +08:00