From 98682e5e2aefc9aad61354f4f3ac93be96002a2a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 8 Feb 2021 08:47:37 +0100 Subject: sys/linux: add ieee802154 descriptions --- sys/syz-extract/linux.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/syz-extract/linux.go') diff --git a/sys/syz-extract/linux.go b/sys/syz-extract/linux.go index 53dd8b09a..c7f1f02e3 100644 --- a/sys/syz-extract/linux.go +++ b/sys/syz-extract/linux.go @@ -98,6 +98,8 @@ func (*linux) prepareArch(arch *Arch) error { // security/smack/smack.h requires this to build. "-e", "SECURITY", "-e", "SECURITY_SMACK", + // include/net/nl802154.h does not define some consts without this. + "-e", "IEEE802154", "-e", "IEEE802154_NL802154_EXPERIMENTAL", ) if err != nil { return err -- cgit mrf-deployment