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:
@@ -2,8 +2,8 @@
|
||||
# Makefile for Gasket framework and dependent drivers.
|
||||
#
|
||||
|
||||
obj-$(CONFIG_STAGING_GASKET_FRAMEWORK) += gasket.o
|
||||
obj-$(CONFIG_STAGING_APEX_DRIVER) += apex.o
|
||||
obj-m += gasket.o
|
||||
obj-m += apex.o
|
||||
|
||||
gasket-objs := gasket_core.o gasket_ioctl.o gasket_interrupt.o gasket_page_table.o gasket_sysfs.o
|
||||
apex-objs := apex_driver.o
|
||||
|
||||
Reference in New Issue
Block a user