xref: /linux/tools/testing/selftests/net/can/Makefile (revision ab93e0dd72c37d378dd936f031ffb83ff2bd87ce)
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