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:
Louise Mendoza 2015-12-15 16:34:41 -06:00 committed by Anas Nashif
commit 4979ff34cb

2
Kbuild
View file

@ -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)