Masahiro Yamada
6825a95b0b
kbuild: use Linux Kernel build scripts
...
Now we are ready to switch over to real Kbuild.
This commit disables temporary scripts:
scripts/{Makefile.build.tmp, Makefile.host.tmp}
and enables real Kbuild scripts:
scripts/{Makefile.build,Makefile.host,Makefile.lib}.
This switch is triggered by the line in scripts/Kbuild.include
-build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build.tmp obj
+build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build obj
We need to adjust some build scripts for U-Boot.
But smaller amount of modification is preferable.
Additionally, we need to fix compiler flags which are
locally added or removed.
In Kbuild, it is not allowed to change CFLAGS locally.
Instead, ccflags-y, asflags-y, cppflags-y,
CFLAGS_$(basetarget).o, CFLAGS_REMOVE_$(basetarget).o
are prepared for that purpose.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Tested-by: Gerhard Sittig <gsi@denx.de >
2014-02-19 11:07:50 -05:00
..
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-10 22:23:59 +01:00
2013-12-10 22:23:59 +01:00
2013-12-10 22:23:59 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-01 22:38:52 +01:00
2014-02-19 11:07:50 -05:00
2013-10-31 13:26:45 -04:00
2014-01-29 16:44:18 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:11 -04:00
2013-11-01 11:42:12 -04:00
2014-01-28 11:25:28 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-17 17:21:14 +01:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:13 -04:00
2013-11-01 11:42:12 -04:00
2014-01-13 11:52:27 +01:00
2013-11-09 22:59:47 +01:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2014-02-07 09:16:46 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-01 22:38:52 +01:00
2014-02-06 04:48:15 +01:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-12-09 13:21:45 +01:00
2013-12-09 13:21:54 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2013-11-13 10:19:50 +01:00
2013-11-09 22:59:47 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:07 -05:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:32 -05:00
2013-10-31 13:26:45 -04:00
2013-12-17 18:38:42 +01:00
2013-11-01 11:42:12 -04:00
2013-12-10 22:23:59 +01:00
2013-10-31 13:26:45 -04:00
2013-12-09 13:21:45 +01:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:31 -05:00
2013-11-09 22:59:47 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:21 -05:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2013-11-17 14:11:32 -05:00
2014-01-24 16:59:07 -05:00
2013-12-09 13:21:45 +01:00
2014-01-24 16:59:21 -05:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:46 -08:00
2014-02-19 10:46:26 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:29 -05:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:43 -08:00
2013-11-01 11:42:12 -04:00
2013-11-27 09:39:21 +01:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:32 -05:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-08 15:25:13 -05:00
2013-11-01 11:42:12 -04:00
2013-11-08 09:41:37 -05:00
2013-12-18 18:15:26 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-26 21:49:34 +01:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2014-01-24 16:59:07 -05:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-18 21:14:18 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2014-02-17 14:22:02 -05:00
2013-11-13 06:08:26 +01:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:31 -05:00
2013-11-17 14:11:31 -05:00
2013-11-17 14:11:32 -05:00
2014-01-07 16:41:12 -05:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:21 -05:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:07 -05:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:32 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2013-11-13 06:18:17 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-12-18 21:14:18 -05:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-09 22:59:47 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2014-01-24 16:59:21 -05:00
2013-11-17 14:11:31 -05:00
2013-11-08 09:41:37 -05:00
2013-10-31 13:26:45 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-01-20 17:11:39 -05:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:32 -05:00
2014-01-16 08:07:20 +09:00
2013-12-09 13:21:47 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2014-01-24 16:59:06 -05:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:46 -08:00
2013-11-25 11:43:46 -08:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2013-12-18 21:14:18 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:46 -08:00
2014-01-15 10:33:25 +01:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:32 -05:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-25 11:43:43 -08:00
2013-11-17 14:11:32 -05:00
2014-02-07 08:14:33 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-01 22:38:52 +01:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2013-12-12 14:54:21 -05:00
2013-11-01 11:42:12 -04:00
2014-02-19 10:47:45 -05:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:31 -05:00
2013-11-01 11:42:12 -04:00
2013-11-25 10:41:53 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-17 18:14:21 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-01-13 12:39:10 +01:00
2014-01-24 16:59:07 -05:00
2014-01-13 11:52:27 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:43 -08:00
2014-02-06 10:08:14 +01:00
2013-11-01 11:42:12 -04:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00