You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Masahiro Yamada
3b61297024
kbuild: force to define __UBOOT__ in all the C sources
...
U-Boot has imported various source files from other projects,
mostly Linux.
Something like
#ifdef __UBOOT__
[ modification for U-Boot ]
#else
[ original code ]
#endif
is an often used strategy for clarification of adjusted parts,
that is, easier re-sync in future.
Instead of defining __UBOOT__ in each source file,
passing it from the top Makefile would be easier.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Heiko Schocher <hs@denx.de>
10 years ago
..
Makefile
mtd, ubi, ubifs: resync with Linux-3.14
10 years ago
attach.c
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
build.c
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
crc32.c
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
crc32defs.h
…
crc32table.h
mtd, ubi, ubifs: resync with Linux-3.14
10 years ago
debug.c
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
debug.h
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
eba.c
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
fastmap.c
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
io.c
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
kapi.c
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
misc.c
mtd, ubi, ubifs: resync with Linux-3.14
10 years ago
ubi-media.h
mtd, ubi, ubifs: resync with Linux-3.14
10 years ago
ubi.h
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
upd.c
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
vmt.c
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
vtbl.c
kbuild: force to define __UBOOT__ in all the C sources
10 years ago
wl.c
kbuild: force to define __UBOOT__ in all the C sources
10 years ago