xref: /openbmc/linux/samples/user_events/Makefile (revision c57eb478)
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