xref: /linux/samples/user_events/Makefile (revision 145df2fdc38f24b3e52e4c2a59b02d874a074fbd)
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += -Wl,-no-as-needed -Wall -I../../usr/include
3
4example: example.o
5example.o: example.c
6