1
0
Fork 0
remarkable-uboot/fs/ubifs
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>
2014-09-16 12:23:56 -04:00
..
Makefile arm: Switch to -mno-unaligned-access when supported by the compiler 2014-02-26 21:19:32 +01:00
budget.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
crc16.c UBIFS: Implement read-only UBIFS support in U-Boot 2009-03-20 22:39:15 +01:00
crc16.h Update CHANGELOG, coding style cleanup. 2009-04-05 00:27:57 +02:00
debug.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
debug.h kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
io.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
key.h mtd, ubi, ubifs: resync with Linux-3.14 2014-08-25 19:25:55 -04:00
log.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
lprops.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
lpt.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
lpt_commit.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
master.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
misc.h kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
orphan.c mtd, ubi, ubifs: resync with Linux-3.14 2014-08-25 19:25:55 -04:00
recovery.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
replay.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
sb.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
scan.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
super.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
tnc.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
tnc_misc.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
ubifs-media.h mtd, ubi, ubifs: resync with Linux-3.14 2014-08-25 19:25:55 -04:00
ubifs.c kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
ubifs.h kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00