mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
userland: scope every header identifier with lkmc_
This commit is contained in:
@@ -26,7 +26,7 @@ class PathProperties:
|
||||
'-fno-pie', LF,
|
||||
'-no-pie', LF,
|
||||
],
|
||||
'cc_flags_after': ['-lm'],
|
||||
'cc_flags_after': ['-lm', LF],
|
||||
'cc_pedantic': True,
|
||||
'cxx_std': default_cxx_std,
|
||||
# Expected program exit status. When signals are raised, this refers
|
||||
|
||||
Reference in New Issue
Block a user