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