Commit Graph

34 Commits

Author SHA1 Message Date
Evgeni Golov
2a5ff796cb update make set-version after rpm changes
Fixes: bf5c951473
2023-08-05 11:35:34 +02:00
Evgeni Golov
9876299d16 drop "make patch" 2023-08-05 11:35:13 +02:00
Evgeni Golov
6e80bb1752 release 0.44 2023-07-31 20:05:27 +02:00
Evgeni Golov
a63729ab30 release 0.43
closes: #32
2018-02-24 16:59:51 +01:00
Evgeni Golov
697ac0bdb8 release 0.42, yay 2016-04-23 19:44:19 +02:00
Evgeni Golov
ee9344e555 set version in spec file too 2016-04-23 19:42:22 +02:00
Maciej Borzecki
e831ede521 Makefile fix 2013-12-11 23:07:16 +01:00
Maciej Borzecki
41e2ee56b0 Merge remote-tracking branch 'upstream/master'
Conflicts:
	dkms.conf
2013-12-11 23:07:00 +01:00
Evgeni Golov
2e9ca94dbb add dkms support
closes #13
2013-04-07 19:14:45 +02:00
Evgeni Golov
dc26441f45 stop sed'ing around during make 2013-04-07 18:55:20 +02:00
Evgeni Golov
365c311a3b allow building via kbuild
see https://www.kernel.org/doc/Documentation/kbuild/modules.txt
2013-04-07 18:45:21 +02:00
jmltp@loplof.de
a06157f3c9 Fix depmod to work with not-running kernels
depmod -a requires the directory /lib/modules/<currently-running-kernel>/
to exist. If it doesn't, depmod fails to create the temp files. Fix this.

Signed-off-by: Joerg Mayer <jmayer@loplof.de>
2013-04-07 15:29:43 +02:00
jmltp@loplof.de
298e2c024e Allow build of modules for not-running kernel versions
The current Makefile always sets KVER and some other variables to the
version of the currently running kernel and does not allow overriding
this value. So installing a newer kernel and building and installing
the modules for the new version will not work before activation of the
new kernel. With this patch, the following can be done:

export KVER=<newly-installed-kernel-version>
echo "Kernel version to build for: $KVER"
export MOD_DIR=/lib/modules/${KVER}/extra/
KVER=${KVER} MOD_DIR=${MOD_DIR} HDAPS=1 make

Signed-off-by: Joerg Mayer <jmayer@loplof.de>
2013-04-07 15:29:07 +02:00
Maciek Borzecki
0f6e180333 add create-rpm target, check for VER when doing release targets 2012-09-23 14:03:18 +02:00
Damjan Georgievski
477c48daaa Remove trailing whitespace 2011-10-26 20:36:37 +02:00
Damjan Georgievski
f720c556f8 Move drivers to drivers/platform/x86
Moved thinkpad_ec.h, thinkpad_ec.c and smapi.c to drivers/platform/x86/
2011-10-26 18:59:39 +02:00
Damjan Georgievski
98741257d8 hdaps.c is moved in recent kernels
Since some time (2.6.38?) hdaps.c is in drivers/platform/x86/ and not in drivers/hwmon/
2011-10-26 18:59:29 +02:00
Evgeni Golov
8ba1e2cffc git-archive → git archive 2011-07-28 19:05:30 +02:00
Evgeni Golov
e414eeafd1 remove stupid check for kernel >= 2.6.19 2011-07-28 19:03:35 +02:00
Shem Multinymous
9494b41a8a import of tp-smapi version 0.40 2011-06-03 12:46:29 +02:00
Shem Multinymous
f92dc0fe63 import of tp-smapi version 0.33 2011-06-03 12:46:28 +02:00
Shem Multinymous
04dc589904 import of tp-smapi version 0.32 2011-06-03 12:46:28 +02:00
Shem Multinymous
c422dec63d import of tp-smapi version 0.31 2011-06-03 12:46:28 +02:00
Shem Multinymous
48bf5e6066 import of tp-smapi version 0.30 2011-06-03 12:46:28 +02:00
Shem Multinymous
0fb18e4301 import of tp-smapi version 0.28 2011-06-03 12:46:28 +02:00
Shem Multinymous
ee4b50c735 import of tp-smapi version 0.27 2011-06-03 12:46:28 +02:00
Shem Multinymous
840646759a import of tp-smapi version 0.26 2011-06-03 12:46:28 +02:00
Shem Multinymous
946d5853d4 import of tp-smapi version 0.25 2011-06-03 12:46:28 +02:00
Shem Multinymous
e696acf8b6 import of tp-smapi version 0.22 2011-06-03 12:46:28 +02:00
Shem Multinymous
987e971824 import of tp-smapi version 0.21 2011-06-03 12:46:28 +02:00
Shem Multinymous
ee542f46b9 import of tp-smapi version 0.20 2011-06-03 12:46:28 +02:00
Shem Multinymous
1f368d0df1 import of tp-smapi version 0.19 2011-06-03 12:46:28 +02:00
Shem Multinymous
90e5f6aea3 import of tp-smapi version 0.18 2011-06-03 12:46:28 +02:00
Shem Multinymous
a3ac33022c import of tp-smapi version 0.17 2011-06-03 12:46:28 +02:00