From 40a360c2a4feef97a8f7041e655b2a42e51e0224 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Sat, 28 May 2016 18:41:04 -0400 Subject: Reorganize directory structure 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 --- op-flasher/pflash/ccan/build_assert/test/compile_ok.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 op-flasher/pflash/ccan/build_assert/test/compile_ok.c (limited to 'op-flasher/pflash/ccan/build_assert/test/compile_ok.c') diff --git a/op-flasher/pflash/ccan/build_assert/test/compile_ok.c b/op-flasher/pflash/ccan/build_assert/test/compile_ok.c new file mode 100644 index 0000000..20c2af6 --- /dev/null +++ b/op-flasher/pflash/ccan/build_assert/test/compile_ok.c @@ -0,0 +1,7 @@ +#include + +int main(int argc, char *argv[]) +{ + BUILD_ASSERT(1 == 1); + return 0; +} -- cgit v1.2.1