diff --git a/Makefile b/Makefile index 5b0a7a9..5b5dc9a 100755 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ifeq ($(GCC_VER_49),1) EXTRA_CFLAGS += -Wno-date-time # Fix compile error && warning on gcc 4.9 and later endif -ifeq (,$(srctree))) +ifeq (,$(srctree)) # make processing export TopDIR ?= $(shell pwd) else