Kbuild: Indicate Support for nested composite objects
Indicate that change "Kbuild: Support nested composite objects" is present in the kernel so that out-of-tree modules can act upon it. Change-Id: I9ae7821b4eb965f4daad1a9e0dbd1a79936e0c13 Signed-off-by: Elliot Berman <eberman@codeaurora.org> Signed-off-by: Jeff Johnson <jjohnson@codeaurora.org> Signed-off-by: Nirav Shah <quic_nnshah@quicinc.com>
This commit is contained in:
parent
15ebf7efc5
commit
a3b32141d3
4
Makefile
4
Makefile
@ -5,6 +5,10 @@ SUBLEVEL = 81
|
||||
EXTRAVERSION =
|
||||
NAME = Dare mighty things
|
||||
|
||||
# indicate that change "Kbuild: Support nested composite objects" is
|
||||
# present in the kernel so that out-of-tree modules can act upon it
|
||||
export KERNEL_SUPPORTS_NESTED_COMPOSITES := y
|
||||
|
||||
# *DOCUMENTATION*
|
||||
# To see a list of typical targets execute "make help"
|
||||
# More info can be located in ./README
|
||||
|
Loading…
Reference in New Issue
Block a user