mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01: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…
Add table
Reference in a new issue