mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
genorig.py: Include kernel/locking in orig so we can build liblockdep
This commit is contained in:
2
debian/bin/genorig.py
vendored
2
debian/bin/genorig.py
vendored
@@ -138,6 +138,7 @@ class Main(object):
|
||||
|
||||
to_copy = (
|
||||
'COPYING',
|
||||
'Documentation/locking/lockdep-design.txt',
|
||||
'Kbuild',
|
||||
'Makefile',
|
||||
'arch/*/include/',
|
||||
@@ -147,6 +148,7 @@ class Main(object):
|
||||
'arch/x86/lib/memset_64.S',
|
||||
'arch/x86/tools/',
|
||||
'include/',
|
||||
'kernel/locking/',
|
||||
'lib/hweight.c',
|
||||
'lib/rbtree.c',
|
||||
'scripts/',
|
||||
|
||||
Reference in New Issue
Block a user