We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b204fca commit e414eeaCopy full SHA for e414eea
1 file changed
Makefile
@@ -27,17 +27,6 @@ endif
27
28
DEBUG := 0
29
30
-ifneq ($(shell [ -f $(KBUILD)/include/linux/aio_abi.h ] && echo 1),1)
31
-$(warning Building tp_smapi requires Linux kernel 2.6.19 or newer, and matching kernel headers.)
32
-$(warning You may need to override the following Make variables:)
33
-$(warning . KVER=$(KVER))
34
-$(warning . KBUILD=$(KBUILD))
35
-$(warning . MOD_DIR=$(MOD_DIR))
36
-$(warning For "make patch", you may also need the full kernel sources, and may need to override:)
37
-$(warning . KSRC=$(KSRC))
38
-$(error Missing kernel headers)
39
-endif
40
-
41
.PHONY: default clean modules load unload install patch check_hdaps mk-hdaps.diff
42
export TP_MODULES
43
0 commit comments