It's not clear why this was forced in the first place. Change-Id: I95c5e21ac0861a7b224ac9715bc5691c97922fe4 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
6 lines
219 B
Makefile
6 lines
219 B
Makefile
HOSTCFLAGS_gen_offset_header.o += -DKERNEL_VERSION=0 -Wall -Werror -g
|
|
HOSTCFLAGS_gen_idt.o += -Wno-unused-result
|
|
|
|
hostprogs-y += gen_offset_header
|
|
gen_offset_header-objs := gen_offset_header.o
|
|
always := $(hostprogs-y)
|