From c9762dbfba5f0382486585aa044e5ea5d480adfc Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 16 May 2016 20:06:42 -0400 Subject: [PATCH] build: add more dependencies to build process This is to recreate the offsets.c file when configuration has changed Change-Id: Idde9e290ac9b008a603c4652164bc9f42596e1cc Signed-off-by: Anas Nashif --- Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kbuild b/Kbuild index c07d0470eab..b2039963892 100644 --- a/Kbuild +++ b/Kbuild @@ -94,7 +94,7 @@ OFFSETS_INCLUDE = $(strip \ cmd_cc_o_c_1 = $(CC) $(KBUILD_CFLAGS) $(OFFSETS_INCLUDE) -c -o $@ $< -arch/$(ARCH)/core/offsets/offsets.o: arch/$(ARCH)/core/offsets/offsets.c +arch/$(ARCH)/core/offsets/offsets.o: arch/$(ARCH)/core/offsets/offsets.c $(KCONFIG_CONFIG) $(Q)mkdir -p $(dir $@) $(call if_changed,cc_o_c_1)