diff options
Diffstat (limited to 'networking/Makefile.in')
-rw-r--r-- | networking/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/Makefile.in b/networking/Makefile.in index a07af7abd..650fc1a4a 100644 --- a/networking/Makefile.in +++ b/networking/Makefile.in | |||
@@ -44,7 +44,9 @@ NETWORKING-$(CONFIG_WGET) += wget.o | |||
44 | NETWORKING-$(CONFIG_ZCIP) += zcip.o | 44 | NETWORKING-$(CONFIG_ZCIP) += zcip.o |
45 | 45 | ||
46 | NETWORKING-y:=$(sort $(NETWORKING-y)) | 46 | NETWORKING-y:=$(sort $(NETWORKING-y)) |
47 | ifneq ($(strip $(NETWORKING-y)),) | ||
47 | libraries-y+=$(NETWORKING_DIR)$(NETWORKING_AR) | 48 | libraries-y+=$(NETWORKING_DIR)$(NETWORKING_AR) |
49 | endif | ||
48 | 50 | ||
49 | NETWORKING_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(NETWORKING-y)) | 51 | NETWORKING_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(NETWORKING-y)) |
50 | NETWORKING_SRC-a:=$(wildcard $(srcdir)/*.c) | 52 | NETWORKING_SRC-a:=$(wildcard $(srcdir)/*.c) |