1 parent 46aa5fc commit 5a92b24Copy full SHA for 5a92b24
1 file changed
Makefile
@@ -177,7 +177,7 @@ $(BUILD)/.prepare-stamp:
177
fi; \
178
touch $@
179
180
-$(BUILD)/corefreqk.ko: $(BUILD)/.prepare-stamp
+$(BUILD)/corefreqk.ko: $(BUILD)/.prepare-stamp $(BUILD)/module/corefreqk.c
181
@if [ -e $(BUILD)/Makefile ]; then \
182
if [ -z ${V} ]; then \
183
$(MAKE) --no-print-directory -C $(KERNELDIR) \
0 commit comments