diff options
Diffstat (limited to 'coreutils/Kbuild')
-rw-r--r-- | coreutils/Kbuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild index 253eb6da8..cb4543912 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild | |||
@@ -71,10 +71,10 @@ lib-$(CONFIG_SYNC) += sync.o | |||
71 | lib-$(CONFIG_TAC) += tac.o | 71 | lib-$(CONFIG_TAC) += tac.o |
72 | lib-$(CONFIG_TAIL) += tail.o | 72 | lib-$(CONFIG_TAIL) += tail.o |
73 | lib-$(CONFIG_TEE) += tee.o | 73 | lib-$(CONFIG_TEE) += tee.o |
74 | lib-$(CONFIG_TEST) += test.o | 74 | lib-$(CONFIG_TEST) += test.o test_ptr_hack.o |
75 | lib-$(CONFIG_ASH) += test.o # used by ash | 75 | lib-$(CONFIG_ASH) += test.o test_ptr_hack.o # used by ash |
76 | lib-$(CONFIG_HUSH) += test.o # used by hush | 76 | lib-$(CONFIG_HUSH) += test.o test_ptr_hack.o # used by hush |
77 | lib-$(CONFIG_MSH) += test.o # used by msh | 77 | lib-$(CONFIG_MSH) += test.o test_ptr_hack.o # used by msh |
78 | lib-$(CONFIG_TOUCH) += touch.o | 78 | lib-$(CONFIG_TOUCH) += touch.o |
79 | lib-$(CONFIG_TR) += tr.o | 79 | lib-$(CONFIG_TR) += tr.o |
80 | lib-$(CONFIG_TRUE) += true.o | 80 | lib-$(CONFIG_TRUE) += true.o |