forked from MIrrors/gasket-driver
Add makefile, update changelog.
Change-Id: I1b85001572b1c1f3318e32309bb10fd5aea488dd
This commit is contained in:
committed by
Michael Brooks
parent
61bcd59bab
commit
9a7e1e3acf
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -1,6 +1,7 @@
|
||||
gasket-dkms (1.0-4) unstable; urgency=low
|
||||
|
||||
* Add thermal sysfs nodes.
|
||||
* Release taken eventfd contexts
|
||||
|
||||
-- Coral <coral-support@google.com> Wed, 15 May 2019 21:09:24 -0700
|
||||
|
||||
@@ -20,4 +21,4 @@ gasket-dkms (1.0-1) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Coral <coral-support@google.com> Wed, 04 Mar 2019 16:12:55 +0000
|
||||
-- Coral <coral-support@google.com> Wed, 04 Mar 2019 16:12:55 +0000
|
||||
|
||||
9
src/Makefile
Normal file
9
src/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Makefile for Gasket framework and dependent drivers.
|
||||
#
|
||||
|
||||
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