Skip to content

Commit ce00861

Browse files
committed
[Build] Add a dependency to create Symlink first
1 parent 5a92b24 commit ce00861

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ endif
146146
.PHONY: all
147147
all: $(BUILD)/.prepare-stamp corefreqd corefreq-cli corefreqk.ko | $(BUILD)/.prepare-stamp
148148

149+
$(BUILD)/module/corefreqk.c:
149150
$(BUILD)/.prepare-stamp:
150151
@if [ ! -d $(BUILD) ]; then \
151152
if [ ${SILENT} -eq 0 ]; then \

0 commit comments

Comments
 (0)