diff options
Diffstat (limited to 'util/bimgtool/Makefile')
-rw-r--r-- | util/bimgtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bimgtool/Makefile b/util/bimgtool/Makefile index ca4a9d9776..05ddf7d757 100644 --- a/util/bimgtool/Makefile +++ b/util/bimgtool/Makefile @@ -1,4 +1,4 @@ -obj ?= $(shell pwd) +obj ?= $(CURDIR) HOSTCC ?= gcc CFLAGS ?= -g |