Commit 3625e581 authored by Denis Filatov's avatar Denis Filatov
Browse files

fix override command line ATS variable

parent 314e7592
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -4,8 +4,8 @@ ifeq (,$(ATS))
 $(error ATS shall be defined)
 $(error ATS shall be defined)
else
else
 y       := $(subst ., ,$(ATS))
 y       := $(subst ., ,$(ATS))
 ATS     := $(word 1, $(y))
 override ATS     := $(word 1, $(y))
 SUB_ATS := $(word 2, $(y))
 override SUB_ATS := $(word 2, $(y))
endif
endif


ifeq (,$(TOPDIR))
ifeq (,$(TOPDIR))