mirror of
https://github.com/toyoshim/opipad.git
synced 2024-11-25 21:35:29 +00:00
12 lines
342 B
Makefile
12 lines
342 B
Makefile
# Copyright 2017 Takashi Toyoshima <toyoshim@gmail.com>. 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
|