Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
userprogs := uhid-example
always-y := $(userprogs)

userccflags += -I usr/include
back to top