From c396225e6a81dc880e41e1417fd10ca66d6113ee Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 31 May 2002 22:55:33 +0000 Subject: 2002-05-31 Roland McGrath * Makefile (LINUXSRCS): Search for .S files as well as .c files for arch-lib-srcs modules. --- pfinet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pfinet') 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 \ -- cgit v1.2.3