summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: f7746f602c99e118fe1c79a9dc778d9760dd2d4d (plain)
1
2
3
4
5
6
## Process this file with automake to produce Makefile.in

SUBDIRS = doc src contrib

EXTRA_DIST = packages

>space:mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2016-10-18 09:33:44 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2016-10-19 20:36:24 +1100
commit78914ff0843623ee6dbeae92fa0bb8761828684e (patch)
treea38b71745c162ed7826ba7925aed5a30ee5ceb30
parent8467801cc8744511bd2664fae7d72ab704816844 (diff)
powerpc: Ignore the pkey system calls for now
Eliminates warning messages: <stdin>:1316:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] <stdin>:1319:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] <stdin>:1322:2: warning: #warning syscall pkey_free not implemented [-Wcpp] Hopefully we will remember to revert this commit if we ever implement them. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat