From 019cf5f2356fbadb904bb39993ec9e3adb1999c5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Dec 2017 13:49:08 +0100 Subject: sys: move test syscalls to a separate target We have them in linux solely for historical reasons. Fixes #462 --- sys/linux/test_arm.const | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 sys/linux/test_arm.const (limited to 'sys/linux/test_arm.const') diff --git a/sys/linux/test_arm.const b/sys/linux/test_arm.const deleted file mode 100644 index 0581cbde3..000000000 --- a/sys/linux/test_arm.const +++ /dev/null @@ -1,4 +0,0 @@ -# AUTOGENERATED FILE -IPPROTO_ICMPV6 = 58 -IPPROTO_TCP = 6 -IPPROTO_UDP = 17 -- cgit mrf-deployment