diff options
Diffstat (limited to 'arch/loongarch/Kbuild')
-rw-r--r-- | arch/loongarch/Kbuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/loongarch/Kbuild b/arch/loongarch/Kbuild new file mode 100644 index 000000000000..ab5373d0a24f --- /dev/null +++ b/arch/loongarch/Kbuild @@ -0,0 +1,6 @@ +obj-y += kernel/ +obj-y += mm/ +obj-y += vdso/ + +# for cleaning +subdir- += boot |