mirror of
https://github.com/linux-apfs/linux-apfs-oot.git
synced 2026-08-18 02:19:52 -07:00
Allow using this tree with dkms
* Add dkms.conf * Make Makefile dkms-friendly
This commit is contained in:
committed by
Ernesto A. Fernández
parent
6269eeda47
commit
277a34e048
@@ -3,11 +3,13 @@
|
||||
# Makefile for the out-of-tree Linux APFS module.
|
||||
#
|
||||
|
||||
KERNELRELEASE ?= $(shell uname -r)
|
||||
|
||||
obj-m = apfs.o
|
||||
apfs-y = btree.o dir.o extents.o file.o inode.o key.o message.o \
|
||||
namei.o node.o object.o super.o symlink.o unicode.o xattr.o
|
||||
|
||||
default:
|
||||
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd)
|
||||
make -C /lib/modules/$(KERNELRELEASE)/build M=$(shell pwd)
|
||||
clean:
|
||||
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean
|
||||
make -C /lib/modules/$(KERNELRELEASE)/build M=$(shell pwd) clean
|
||||
|
||||
Reference in New Issue
Block a user