Skip to content

Commit b9fe2a2

Browse files
committed
rtmouse.hのパスを修正
1 parent 28ed7e5 commit b9fe2a2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/drivers/Makefile.header_from_apt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ LINUX_SRC_DIR:=/usr/src/linux-headers-$(shell uname -r)
66
VERBOSE:=0
77

88
EXTRA_CFLAGS += -I$(PWD)/include
9+
EXTRA_CFLAGS += -I$(shell pwd)/include
910
ccflags-y += -I$(PWD)/include
11+
ccflags-y += -I$(shell pwd)/include
1012

1113
rtmouse.ko: rtmouse.c
1214
make -C $(LINUX_SRC_DIR) M=$(shell pwd) V=$(VERBOSE) modules

src/drivers/Makefile.header_from_source

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ LINUX_SRC_DIR:=/usr/src/linux
66
VERBOSE:=0
77

88
EXTRA_CFLAGS += -I$(PWD)/include
9+
EXTRA_CFLAGS += -I$(shell pwd)/include
910
ccflags-y += -I$(PWD)/include
11+
ccflags-y += -I$(shell pwd)/include
1012

1113
rtmouse.ko: rtmouse.c
1214
make -C $(LINUX_SRC_DIR) M=$(shell pwd) V=$(VERBOSE) modules

0 commit comments

Comments
 (0)