We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a92b24 commit ce00861Copy full SHA for ce00861
1 file changed
Makefile
@@ -146,6 +146,7 @@ endif
146
.PHONY: all
147
all: $(BUILD)/.prepare-stamp corefreqd corefreq-cli corefreqk.ko | $(BUILD)/.prepare-stamp
148
149
+$(BUILD)/module/corefreqk.c:
150
$(BUILD)/.prepare-stamp:
151
@if [ ! -d $(BUILD) ]; then \
152
if [ ${SILENT} -eq 0 ]; then \
0 commit comments