projects
/
kernel
/
swap-modules.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[FIX] correct handling of do_munmap()
[kernel/swap-modules.git]
/
driver
/
Kbuild
1
EXTRA_CFLAGS := $(extra_cflags)
2
3
obj-m := swap_driver.o
4
swap_driver-y := swap_driver_module.o \
5
device_driver.o \
6
driver_to_buffer.o \
7
swap_debugfs.o