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>
11 years ago
..
Makefile
arm: Switch to -mno-unaligned-access when supported by the compiler
11 years ago
budget.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
crc16.c
…
crc16.h
Update CHANGELOG, coding style cleanup.
16 years ago
debug.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
debug.h
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
io.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
key.h
mtd, ubi, ubifs: resync with Linux-3.14
11 years ago
log.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
lprops.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
lpt.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
lpt_commit.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
master.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
misc.h
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
orphan.c
mtd, ubi, ubifs: resync with Linux-3.14
11 years ago
recovery.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
replay.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
sb.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
scan.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
super.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
tnc.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
tnc_misc.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
ubifs-media.h
mtd, ubi, ubifs: resync with Linux-3.14
11 years ago
ubifs.c
kbuild: force to define __UBOOT__ in all the C sources
11 years ago
ubifs.h
kbuild: force to define __UBOOT__ in all the C sources
11 years ago