diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-02-04 17:24:35 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-19 11:07:51 -0500 |
commit | 433b2f1e5a837426b3269a83a81bc572c3beaf75 (patch) | |
tree | f2d09fea6772fc5598ac9ec4946de25bb9ddd4c0 /drivers/i2c/i2c_core.c | |
parent | 7390643f7b5b1e37e28f11e782e30958485fbaf5 (diff) | |
download | u-boot-imx-433b2f1e5a837426b3269a83a81bc572c3beaf75.zip u-boot-imx-433b2f1e5a837426b3269a83a81bc572c3beaf75.tar.gz u-boot-imx-433b2f1e5a837426b3269a83a81bc572c3beaf75.tar.bz2 |
kbuild: change the top Makefile to more Kbuild-ish structure
This commit changes the top Makefile to handle various targets
nicely.
Make targets are divided into four categories:
- mixed-targets
We can call a configuration target and build targets
at one command line like follows:
$ make <board_name>_config u-boot
They are handled one by one.
- config targets
<board_name>_config
- no-dot-config-targets
Targets we can run without board configuration such as
clean, mrproper, distclean, TAGS, %docs, etc.
- build targets
The other target which need board configuration.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'drivers/i2c/i2c_core.c')
0 files changed, 0 insertions, 0 deletions