dt-bindings: net: Add dwmac-starfive bindings
[platform/kernel/linux-starfive.git] / Kbuild
diff --git a/Kbuild b/Kbuild
index 0b9e8a1..464b34a 100644 (file)
--- a/Kbuild
+++ b/Kbuild
@@ -72,3 +72,28 @@ $(atomic-checks): $(obj)/.checked-%: include/linux/atomic/%  FORCE
 PHONY += prepare
 prepare: $(offsets-file) missing-syscalls $(atomic-checks)
        @:
+
+# Ordinary directory descending
+# ---------------------------------------------------------------------------
+
+obj-y                  += init/
+obj-y                  += usr/
+obj-y                  += arch/$(SRCARCH)/
+obj-y                  += $(ARCH_CORE)
+obj-y                  += kernel/
+obj-y                  += certs/
+obj-y                  += mm/
+obj-y                  += fs/
+obj-y                  += ipc/
+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/
+obj-$(CONFIG_SAMPLES)  += samples/
+obj-$(CONFIG_NET)      += net/
+obj-y                  += virt/
+obj-y                  += $(ARCH_DRIVERS)