diff options
Diffstat (limited to 'boot/Kbuild')
| -rw-r--r-- | boot/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kbuild b/boot/Kbuild index 01daa04b..cb673478 100644 --- a/boot/Kbuild +++ b/boot/Kbuild @@ -1 +1 @@ -obj-y += init/ +obj-$(CONFIG_BOOT_INIT) += init/ |
