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 <anas.nashif@intel.com>
This commit is contained in:
parent
3c40c4eaaa
commit
c9762dbfba
1 changed files with 1 additions and 1 deletions
2
Kbuild
2
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue