Skip to content

Commit e414eea

Browse files
committed
remove stupid check for kernel >= 2.6.19
1 parent b204fca commit e414eea

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ endif
2727

2828
DEBUG := 0
2929

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-
4130
.PHONY: default clean modules load unload install patch check_hdaps mk-hdaps.diff
4231
export TP_MODULES
4332

0 commit comments

Comments
 (0)