top: Rename back CROSS_COMPILE_PREFIX to CROSS_COMPILE
authorAnup Patel <anup.patel@wdc.com>
Wed, 26 Dec 2018 05:27:15 +0000 (10:57 +0530)
committerAnup Patel <anup@brainfault.org>
Wed, 26 Dec 2018 05:27:15 +0000 (10:57 +0530)
commitfd7199920ed9cee84b07234db85b8fb3943664c2
tree3789de4919c63518933cf127cc31b68a20662956
parent23e2c594cc9ef3a51655252871ff3016f534cfe3
top: Rename back CROSS_COMPILE_PREFIX to CROSS_COMPILE

The name CROSS_COMPILE is an industry standard used across
open-source project to specify cross-compiler prefix.

In fact, distro build systems such as buildroot and yocto
assume CROSS_COMPILE to be supported by projects added
as packages to these build systems.

This patch rename back CROSS_COMPILE_PREFIX to CROSS_COMPILE.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Makefile
README.md