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 Diff line number Diff line
@@ -4,8 +4,8 @@ ifeq (,$(ATS))
 $(error ATS shall be defined)
else
 y       := $(subst ., ,$(ATS))
 ATS     := $(word 1, $(y))
 SUB_ATS := $(word 2, $(y))
 override ATS     := $(word 1, $(y))
 override SUB_ATS := $(word 2, $(y))
endif

ifeq (,$(TOPDIR))