mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
mmap example works
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.PHONY: clean
|
||||
|
||||
CC ?= gcc
|
||||
CC ?= gcc -ggdb3 -O0 -std=c99 -Wall -Werror -Wextra
|
||||
IN_EXT ?= .c
|
||||
OUT_EXT ?= .out
|
||||
|
||||
|
||||
Reference in New Issue
Block a user