Add makefile, update changelog.

Change-Id: I1b85001572b1c1f3318e32309bb10fd5aea488dd
This commit is contained in:
Leonid Lobachev
2019-06-03 14:03:02 -07:00
committed by Michael Brooks
parent 61bcd59bab
commit 9a7e1e3acf
2 changed files with 11 additions and 1 deletions

3
debian/changelog vendored
View File

@@ -1,6 +1,7 @@
gasket-dkms (1.0-4) unstable; urgency=low gasket-dkms (1.0-4) unstable; urgency=low
* Add thermal sysfs nodes. * Add thermal sysfs nodes.
* Release taken eventfd contexts
-- Coral <coral-support@google.com> Wed, 15 May 2019 21:09:24 -0700 -- 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. * 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
View 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