aboutsummaryrefslogtreecommitdiff
path: root/init/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kbuild')
-rw-r--r--init/Kbuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/init/Kbuild b/init/Kbuild
index c060f3af4..ce3f30256 100644
--- a/init/Kbuild
+++ b/init/Kbuild
@@ -5,6 +5,7 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8lib-$(CONFIG_HALT) += halt.o 8lib-$(CONFIG_HALT) += halt.o
9lib-$(CONFIG_INIT) += init.o 9lib-$(CONFIG_INIT) += init.o
10lib-$(CONFIG_MESG) += mesg.o 10lib-$(CONFIG_MESG) += mesg.o
11lib-$(CONFIG_BOOTCHARTD) += bootchartd.o