Add kernel 2.6.25.17 as secondary kernel

This commit is contained in:
Arne Fitzenreiter
2008-09-29 22:20:33 +02:00
parent 0a2e8bec92
commit 999dc5dc3b
19 changed files with 5779 additions and 110 deletions

View File

@@ -34,7 +34,7 @@ ifeq "$(KMOD)" "1"
ifeq "$(SMP)" "1"
TARGET = $(DIR_INFO)/$(THISAPP)-kmod-smp
else
TARGET = $(DIR_INFO)/$(THISAPP)-kmod
TARGET = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)
endif
else
TARGET = $(DIR_INFO)/$(THISAPP)