OSDN Git Service

Better syscall building mechanism
authorEric Andersen <andersen@codepoet.org>
Tue, 17 Oct 2000 18:21:26 +0000 (18:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 17 Oct 2000 18:21:26 +0000 (18:21 -0000)
libc/sysdeps/linux/i386/Makefile

index e4df92b..6954509 100644 (file)
@@ -26,8 +26,7 @@ LIBC=$(TOPDIR)libc.a
 ASFLAGS=$(CFLAGS)
 
 ASMSRC=syscalls.S
-#The file makefile.objs defines $(ASMOBJS)
-include makefile.objs
+ASMOBJS=$(shell ./list_syscalls.sh)
 
 SSRC=_start.S setjmp.S longjmp.S #fork.S #clone.S
 SOBJS=$(patsubst %.S,%.o, $(SSRC))