[make] Remove .hex file from all target
This fileformat does not support large offsets, and fail to build if the kernel base is at a high address on 64 bit systems. Change-Id: I4e2cb58f46c62fded0de485c982dfdc5b6f3622f
This commit is contained in:
committed by
Travis Geiselbrecht
parent
0eba11d485
commit
cda47f1f9d
@@ -62,7 +62,7 @@ GLOBAL_LDFLAGS :=
|
|||||||
GLOBAL_LDFLAGS += -L $(LKROOT)
|
GLOBAL_LDFLAGS += -L $(LKROOT)
|
||||||
|
|
||||||
# top level rule
|
# top level rule
|
||||||
all:: $(OUTBIN) $(OUTELF).lst $(OUTELF).debug.lst $(OUTELF).sym $(OUTELF).sym.sorted $(OUTELF).size $(OUTELF).hex
|
all:: $(OUTBIN) $(OUTELF).lst $(OUTELF).debug.lst $(OUTELF).sym $(OUTELF).sym.sorted $(OUTELF).size
|
||||||
|
|
||||||
# master module object list
|
# master module object list
|
||||||
ALLOBJS_MODULE :=
|
ALLOBJS_MODULE :=
|
||||||
|
|||||||
Reference in New Issue
Block a user