remove already resolved GENOFFSET_H dependency
GENOFFSET_H is built in the prepare phase, no need for it here. It also causes issues when building on windows. Change-Id: I2c4f63d3f2539827d287a14c69fccbbf941d825e Signed-off-by: Louise Mendoza <yonattan.a.louise.mendoza@intel.com>
This commit is contained in:
parent
0c3f05bcd7
commit
4979ff34cb
1 changed files with 1 additions and 1 deletions
2
Kbuild
2
Kbuild
|
@ -112,7 +112,7 @@ define offsetchk
|
|||
fi
|
||||
endef
|
||||
|
||||
include/generated/offsets.h: $(GENOFFSET_H) arch/$(ARCH)/core/offsets/offsets.o \
|
||||
include/generated/offsets.h: arch/$(ARCH)/core/offsets/offsets.o \
|
||||
include/config/auto.conf FORCE
|
||||
$(call offsetchk,arch/$(ARCH)/core/offsets/offsets.o)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue