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