Skip to content

Commit 365c311

Browse files
committed
1 parent a06157f commit 365c311

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ else
2525
THINKPAD_EC_PARAM :=
2626
endif
2727

28+
ifneq ($(KERNELRELEASE),)
29+
obj-m := $(TP_MODULES)
30+
else
31+
endif
32+
2833
DEBUG := 0
2934

3035
.PHONY: default clean modules load unload install patch check_hdaps mk-hdaps.diff

0 commit comments

Comments
 (0)