diff options
Diffstat (limited to 'lib/Kbuild')
| -rw-r--r-- | lib/Kbuild | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -obj-y += libc/ -obj-y += libm/ +obj-$(CONFIG_LIB_LIBC) += libc/ +obj-$(CONFIG_LIB_LIBM) += libm/ |
![]() |
index : openlinux.git | |
| Openlinux source tree | Kacper Fiedorowicz |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | lib/Kbuild | 4 |
@@ -1,2 +1,2 @@ -obj-y += libc/ -obj-y += libm/ +obj-$(CONFIG_LIB_LIBC) += libc/ +obj-$(CONFIG_LIB_LIBM) += libm/ |