diff options
author | Alice Frosi <afrosi@redhat.com> | 2022-12-21 11:06:37 +0100 |
---|---|---|
committer | Alice Frosi <afrosi@redhat.com> | 2022-12-21 14:46:41 +0100 |
commit | 49d2d37856368fe6bae685bdbb13029ad4803762 (patch) | |
tree | dbace69cba0765f6304df2a66f7f338d1b8a9538 /Makefile | |
parent | d2d05a79e959f54c98e901d08a7ab0ae37d09c23 (diff) | |
download | seitan-49d2d37856368fe6bae685bdbb13029ad4803762.tar seitan-49d2d37856368fe6bae685bdbb13029ad4803762.tar.gz seitan-49d2d37856368fe6bae685bdbb13029ad4803762.tar.bz2 seitan-49d2d37856368fe6bae685bdbb13029ad4803762.tar.lz seitan-49d2d37856368fe6bae685bdbb13029ad4803762.tar.xz seitan-49d2d37856368fe6bae685bdbb13029ad4803762.tar.zst seitan-49d2d37856368fe6bae685bdbb13029ad4803762.zip |
Generate syscalls numbers with nr_syscalls.sh
Refactor filter.sh script by:
* renaming the filter.sh to nr_syscalls.sh
* removing the BPF filter generation
* simplifying the syscall number and header generation
Signed-off-by: Alice Frosi <afrosi@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,8 +34,8 @@ seitan: seitan.c transform.h filter.h: qemu_filter ./filter.sh qemu_filter -numbers.h: qemu_filter - ./filter.sh qemu_filter +numbers.h: + ./nr_syscalls.sh transform.h: qemu_filter ./transform.sh qemu_filter |