# Copyright 2017 Takashi Toyoshima . All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. obj-m := hid_opg.o modules: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules clean: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean