summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-12-07 20:35:16 +0100
committerMattias Andrée <maandree@kth.se>2023-12-07 20:35:16 +0100
commit225f1408e03f2e66198f3da20c42a746e2729ab0 (patch)
treeebd6bd4b576c85159e852103ce21d4515484d853 /Makefile
parentThird commit (diff)
downloadlibsyscalls-225f1408e03f2e66198f3da20c42a746e2729ab0.tar.gz
libsyscalls-225f1408e03f2e66198f3da20c42a746e2729ab0.tar.bz2
libsyscalls-225f1408e03f2e66198f3da20c42a746e2729ab0.tar.xz
Fourth commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 996315d..ebd5e71 100644
--- a/Makefile
+++ b/Makefile
@@ -57,9 +57,13 @@ TEST_ENV =
#extended for each support operating system with the number of syscall parameters they use
NPARAMS =
+#extended for each support operating system with the maximum used number of fields in its structs and unions
+NFIELDS =
+
#extended for each support operating system
OBJ =\
libsyscalls_get_datatype_description.o\
+ libsyscalls_get_integer_alignment.o\
libsyscalls_get_signals.o\
libsyscalls_get_syscall.o\
libsyscalls_get_syscall_display_info.o\
@@ -88,6 +92,7 @@ SUBHDR =\
TESTUTILS =\
testutil/get-datatype-description.tu\
testutil/get-error.tu\
+ testutil/get-integer-alignment.tu\
testutil/get-section-fraction.tu\
testutil/get-signals.tu\
testutil/get-syscall-errors.tu\