mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 10:42:40 +00:00
We no longer assume pointer sizes are the same between host and target, and use stdint defintions to size things. Change-Id: Ie4dc41c60d62931fdb3d1764ade01c16a64d0b54 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
9 lines
333 B
Makefile
9 lines
333 B
Makefile
HOSTCFLAGS_gen_idt.o += -I$(srctree)/arch/x86/include -I$(srctree)/include/arch/x86
|
|
HOSTCFLAGS_gen_idt.o += -DKERNEL_VERSION=0 -Wall -Werror -g
|
|
HOSTCFLAGS_version.o += -DKERNEL_VERSION=0 -Wall -Werror -g
|
|
HOSTCFLAGS_gen_idt.o += -Wno-unused-result
|
|
|
|
hostprogs-y += gen_idt
|
|
gen_idt-objs := version.o gen_idt.o
|
|
always := $(hostprogs-y)
|