commit | c15c65b8c0c72435aa1c542e5d2501453dfb828f | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Apr 27 20:03:06 2023 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 28 17:16:22 2023 -0700 |
tree | f3e79eaff4dada0a85a2aac2c05351b349da3895 | |
parent | f685ca6e5cbc01bdec6174e1fe480dcc9efdbb4c [diff] |
linux-gbmc: Add task for userspace programs that need headers This makes it possible for programs to depend on the userspace headers from the kernel by adding: ``` CFLAGS:append = " -I${STAGING_KERNEL_BUILDDIR}/include" do_configure[depends] += "virtual/kernel:do_shared_headers" DEPENDS += "virtual/kernel" ``` Change-Id: Icc3278618d0c03d65cd7b59cea7a7e4092d3b52a Signed-off-by: William A. Kennington III <wak@google.com>