Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions arch/riscv/kernel/vdso_cfi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ $(vdso_S_objects): $(obj)/%.S: $(src)/%.S
$(vdso_c_objects): $(obj)/%.c: $(src)/%.c
$(Q)cp $< $@

clean-files := $(notdir $(vdso_c_sources)) $(notdir $(vdso_S_sources))

# Include the main VDSO Makefile which contains all the build rules and sources
# The VDSO_CFI_BUILD variable will be passed to it to enable CFI compilation
include $(src)/Makefile
Expand Down