xref: /linux/tools/testing/selftests/net/can/Makefile (revision fcddcb7e8f38a40db99f87a962c5d0a153a76566)
1# SPDX-License-Identifier: GPL-2.0
2
3top_srcdir = ../../../../..
4
5CFLAGS += -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES)
6
7TEST_PROGS := test_raw_filter.sh
8
9TEST_GEN_FILES := test_raw_filter
10
11include ../../lib.mk
12