diff options
Diffstat (limited to 'Kbuild')
-rw-r--r-- | Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ obj-y += security/ obj-y += crypto/ obj-$(CONFIG_BLOCK) += block/ obj-$(CONFIG_IO_URING) += io_uring/ +obj-$(CONFIG_RUST) += rust/ obj-y += $(ARCH_LIB) obj-y += drivers/ obj-y += sound/ |