[U-Boot] [PATCH 0/3] Kbuild: some trivial cleanups
Masahiro Yamada
yamada.m at jp.panasonic.com
Fri Nov 28 03:13:25 CET 2014
Masahiro Yamada (3):
lib: bzip2: move bzip2 files to lib/bzip2/ directory
libfdt: descend from lib/ to lib/libfdt/
libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile
Makefile | 1 -
lib/Makefile | 8 +++-----
lib/bzip2/Makefile | 2 ++
lib/{ => bzip2}/bzlib.c | 0
lib/{ => bzip2}/bzlib_crctable.c | 0
lib/{ => bzip2}/bzlib_decompress.c | 0
lib/{ => bzip2}/bzlib_huffman.c | 0
lib/{ => bzip2}/bzlib_private.h | 0
lib/{ => bzip2}/bzlib_randtable.c | 0
lib/libfdt/Makefile | 5 +----
10 files changed, 6 insertions(+), 10 deletions(-)
create mode 100644 lib/bzip2/Makefile
rename lib/{ => bzip2}/bzlib.c (100%)
rename lib/{ => bzip2}/bzlib_crctable.c (100%)
rename lib/{ => bzip2}/bzlib_decompress.c (100%)
rename lib/{ => bzip2}/bzlib_huffman.c (100%)
rename lib/{ => bzip2}/bzlib_private.h (100%)
rename lib/{ => bzip2}/bzlib_randtable.c (100%)
--
1.9.1
More information about the U-Boot
mailing list