summaryrefslogtreecommitdiffstats
path: root/gdbus.mk
Commit message (Collapse)AuthorAgeFilesLines
* gdbus: Append LDLIBSBrad Bishop2016-09-121-1/+1
| | | | | | | Allow makefiles to add additional libraries. Change-Id: Ia09e9de2dd1c49d92512bed87bb5d906b258316f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Conditionally use system provided libopenbmc_intfBrad Bishop2016-06-271-7/+1
| | | | | | | | | | | | | | | | | | This patch structures the make rules such that building from the top will build the in-tree libopenbmc_intf and link to that. For example: $make $make bmcctl would both result in ../libopenbmc_intf being built and the applications will link to that. Alternatively when building applications directly like: $make -C bmcctl the default compiler/linker search paths will be used. The latter facilitates package managers and the former retains a level of flexibility for developers working from the repository. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* libopenbmc_intf include path updateBrad Bishop2016-06-271-1/+1
| | | | | | | | | Remove the interfaces prefix from applications including openbmc_intf.h. Use brackets rather than quotes in prep for a libopenbmc_intf SDK package. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Enable user-overriable CFLAGSBrad Bishop2016-06-211-2/+2
| | | | | | | | | Put required CFLAGS (ie pkg-config --cflags) in ALL_CFLAGS and append user specified CFLAGS to that. Use CFLAGS during link. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Reorganize directory structureBrad Bishop2016-06-101-0/+11
Moving to directory per-application layout. This facilitates building single applications which is useful in the Yocto build environment since different applications satisfy different OpenBMC build requirements. A number of issues are also addressed: - All applications were pulling in libsystemd and the gdbus libs irrespective of whether or not they were needed. - gpio.o duplicated in every application - moved to libopenbmc_intf - Added install target Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud