diff options
Diffstat (limited to 'arch/csky/Kbuild')
-rw-r--r-- | arch/csky/Kbuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/csky/Kbuild b/arch/csky/Kbuild new file mode 100644 index 000000000..0621eaea4 --- /dev/null +++ b/arch/csky/Kbuild @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only + +obj-y += kernel/ mm/ + +# for cleaning +subdir- += boot |