diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-31 22:55:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-31 22:55:33 +0000 |
commit | c396225e6a81dc880e41e1417fd10ca66d6113ee (patch) | |
tree | 8cfee8537d6734155b0f76137e9bb644c29f2ff0 /pfinet | |
parent | 6083ca2558b1825cb7303f398a31213ab15f7773 (diff) |
2002-05-31 Roland McGrath <roland@frob.com>
* Makefile (LINUXSRCS): Search for .S files as well as .c files
for arch-lib-srcs modules.
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index 959af6b3..2e1e40a1 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -61,7 +61,7 @@ ipv4-srcs := af_inet.c \ LINUXSRCS = $(core-srcs) $(ethernet-srcs) $(ipv4-srcs) \ $(notdir $(wildcard $(addprefix \ $(srcdir)/linux-src/arch/$(asm_syntax)/lib/,\ - $(arch-lib-srcs)))) + $(arch-lib-srcs) $(arch-lib-srcs:.c=.S)))) SRCS = sched.c timer-emul.c socket.c main.c ethernet.c \ io-ops.c socket-ops.c misc.c time.c options.c loopback.c \ kmem_cache.c stubs.c dummy.c tunnel.c pfinet-ops.c \ |