Skip to content

Commit 5a92b24

Browse files
committed
[Build] Fix module rebuild dependency tracking
1 parent 46aa5fc commit 5a92b24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ $(BUILD)/.prepare-stamp:
177177
fi; \
178178
touch $@
179179

180-
$(BUILD)/corefreqk.ko: $(BUILD)/.prepare-stamp
180+
$(BUILD)/corefreqk.ko: $(BUILD)/.prepare-stamp $(BUILD)/module/corefreqk.c
181181
@if [ -e $(BUILD)/Makefile ]; then \
182182
if [ -z ${V} ]; then \
183183
$(MAKE) --no-print-directory -C $(KERNELDIR) \

0 commit comments

Comments
 (0)