bpf: fix samples to add fake KBUILD_MODNAME
[cascardo/linux.git] / samples / bpf / tcbpf2_kern.c
index 3303bb8..9c823a6 100644 (file)
@@ -5,6 +5,7 @@
  * modify it under the terms of version 2 of the GNU General Public
  * License as published by the Free Software Foundation.
  */
+#define KBUILD_MODNAME "foo"
 #include <uapi/linux/bpf.h>
 #include <uapi/linux/if_ether.h>
 #include <uapi/linux/if_packet.h>