diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/procps/Makefile.in b/procps/Makefile.in index c177c9041..261c49b02 100644 --- a/procps/Makefile.in +++ b/procps/Makefile.in | |||
@@ -21,7 +21,9 @@ PROCPS-$(CONFIG_TOP) += top.o | |||
21 | PROCPS-$(CONFIG_UPTIME) += uptime.o | 21 | PROCPS-$(CONFIG_UPTIME) += uptime.o |
22 | PROCPS-$(CONFIG_FUSER) += fuser.o | 22 | PROCPS-$(CONFIG_FUSER) += fuser.o |
23 | 23 | ||
24 | ifneq ($(strip $(PROCPS-y)),) | ||
24 | libraries-y+=$(PROCPS_DIR)$(PROCPS_AR) | 25 | libraries-y+=$(PROCPS_DIR)$(PROCPS_AR) |
26 | endif | ||
25 | 27 | ||
26 | PROCPS_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(PROCPS-y)) | 28 | PROCPS_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(PROCPS-y)) |
27 | PROCPS_SRC-a:=$(wildcard $(srcdir)/*.c) | 29 | PROCPS_SRC-a:=$(wildcard $(srcdir)/*.c) |