@@ -64,4 +64,5 @@ headers:
clean:
rm -f *.[oa] *~ core
+ rm -f bits/syscall.h
@@ -81,6 +81,7 @@ endif
ifeq ($(strip $(HAVE_ELF)),false)
rm -f $(TOPDIR)/include/float.h
endif
@@ -78,4 +78,5 @@ headers:
@@ -66,4 +66,5 @@ headers:
@@ -59,8 +59,9 @@ $(COBJS): %.o : %.c
$(STRIPTOOL) -x -R .note -R .comment $*.o
headers:
- # no arch-specific headers
+ @(TOPDIR=$(TOPDIR) CC=$(CC) /bin/sh $(TOPDIR)/extra/scripts/gen_bits_syscall_h.sh > bits/syscall.h )
@@ -67,3 +67,5 @@ headers:
+