Rename config.h to libpayload-config.h and make sure it gets put in a location that can be accessed by external payloads without staging.
Jordan Crouse wrote:
Rename config.h to libpayload-config.h and make sure it gets put in a location that can be accessed by external payloads without staging.
[PATCH] libpayload: rename config.h to libpayload-config.h
Rename the generated config file to libpayload-config.h to differenciate it from other config.h files. Move the default location of the file to $(src)/include so that LIBPAYLOAD_PREFIX= users can access the file without staging it.
Signed-off-by: Jordan Crouse jordan@cosmicpenguin.net
Acked-by: Stefan Reinauer stepan@coresystems.de
Stefan Reinauer wrote:
Jordan Crouse wrote:
Rename config.h to libpayload-config.h and make sure it gets put in a location that can be accessed by external payloads without staging.
[PATCH] libpayload: rename config.h to libpayload-config.h
Rename the generated config file to libpayload-config.h to differenciate it from other config.h files. Move the default location of the file to $(src)/include so that LIBPAYLOAD_PREFIX= users can access the file without staging it.
Signed-off-by: Jordan Crouse jordan@cosmicpenguin.net
Acked-by: Stefan Reinauer stepan@coresystems.de
r3768. Thanks.