diff options
Diffstat (limited to 'samples/user_events/Makefile')
-rw-r--r-- | samples/user_events/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/user_events/Makefile b/samples/user_events/Makefile new file mode 100644 index 000000000..7252b589d --- /dev/null +++ b/samples/user_events/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 +CFLAGS += -Wl,-no-as-needed -Wall -I../../usr/include + +example: example.o +example.o: example.c |