mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
config.mk: Remove unused HPATH
This variable is not unused anywhere. Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
This commit is contained in:
parent
a781de1270
commit
cff80f2cd1
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ endif
|
|||
|
||||
#########################################################################
|
||||
|
||||
export HPATH HOSTCC HOSTCFLAGS CROSS_COMPILE \
|
||||
export HOSTCC HOSTCFLAGS CROSS_COMPILE \
|
||||
AS LD CC CPP AR NM STRIP OBJCOPY OBJDUMP MAKE
|
||||
export TEXT_BASE PLATFORM_CPPFLAGS PLATFORM_RELFLAGS CPPFLAGS CFLAGS AFLAGS
|
||||
|
||||
|
|
Loading…
Reference in a new issue