mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
tools: Makefile: delete redundant lines
HOSTOS is defined and exported at the top Makefile. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
74307f206c
commit
e2e1f3ca39
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ BINS := $(addprefix $(obj),$(BINS))
|
|||
#
|
||||
HOSTCPPFLAGS = -I$(BFD_ROOT_DIR)/include
|
||||
|
||||
HOSTOS := $(shell uname -s | sed -e 's/\([Cc][Yy][Gg][Ww][Ii][Nn]\).*/cygwin/')
|
||||
|
||||
ifeq ($(HOSTOS),cygwin)
|
||||
|
||||
all:
|
||||
|
|
Loading…
Reference in a new issue