forked from MIrrors/gasket-driver
Fix makefile, bump versions of modules/deb
* The Makefile configuration was using kernel macros instead of obj-m, so it wasn't building properly. * Bump gasket and apex module versions for better DKMS installs. * Bump Debian package version.
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
gasket-dkms (1.0-16) unstable; urgency=low
|
||||||
|
|
||||||
|
* Bump module versions for Gasket and Apex
|
||||||
|
|
||||||
|
-- Coral <coral-support@google.com> Fri, 11 Jun 2021 07:53:18 -0700
|
||||||
|
|
||||||
gasket-dkms (1.0-15) unstable; urgency=low
|
gasket-dkms (1.0-15) unstable; urgency=low
|
||||||
|
|
||||||
* Switch include of rwlock to spinlock (rwlock.h isn't intended to be
|
* Switch include of rwlock to spinlock (rwlock.h isn't intended to be
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
# Makefile for Gasket framework and dependent drivers.
|
# Makefile for Gasket framework and dependent drivers.
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_STAGING_GASKET_FRAMEWORK) += gasket.o
|
obj-m += gasket.o
|
||||||
obj-$(CONFIG_STAGING_APEX_DRIVER) += apex.o
|
obj-m += apex.o
|
||||||
|
|
||||||
gasket-objs := gasket_core.o gasket_ioctl.o gasket_interrupt.o gasket_page_table.o gasket_sysfs.o
|
gasket-objs := gasket_core.o gasket_ioctl.o gasket_interrupt.o gasket_page_table.o gasket_sysfs.o
|
||||||
apex-objs := apex_driver.o
|
apex-objs := apex_driver.o
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
/* Constants */
|
/* Constants */
|
||||||
#define APEX_DEVICE_NAME "Apex"
|
#define APEX_DEVICE_NAME "Apex"
|
||||||
#define APEX_DRIVER_VERSION "1.1"
|
#define APEX_DRIVER_VERSION "1.2"
|
||||||
|
|
||||||
/* CSRs are in BAR 2. */
|
/* CSRs are in BAR 2. */
|
||||||
#define APEX_BAR_INDEX 2
|
#define APEX_BAR_INDEX 2
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#ifndef __GASKET_CONSTANTS_H__
|
#ifndef __GASKET_CONSTANTS_H__
|
||||||
#define __GASKET_CONSTANTS_H__
|
#define __GASKET_CONSTANTS_H__
|
||||||
|
|
||||||
#define GASKET_FRAMEWORK_VERSION "1.1.3"
|
#define GASKET_FRAMEWORK_VERSION "1.1.4"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The maximum number of simultaneous device types supported by the framework.
|
* The maximum number of simultaneous device types supported by the framework.
|
||||||
|
|||||||
Reference in New Issue
Block a user