]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
Move ccan up a directory
authorKeith Busch <kbusch@kernel.org>
Thu, 13 Feb 2020 17:59:08 +0000 (09:59 -0800)
committerKeith Busch <kbusch@kernel.org>
Thu, 13 Feb 2020 17:59:08 +0000 (09:59 -0800)
This will make it easier to generate library documentation when the
source is not mixed with external libraries.

Signed-off-by: Keith Busch <kbusch@kernel.org>
34 files changed:
ccan/ccan/array_size/LICENSE [moved from src/ccan/ccan/array_size/LICENSE with 100% similarity]
ccan/ccan/array_size/_info [moved from src/ccan/ccan/array_size/_info with 100% similarity]
ccan/ccan/array_size/array_size.h [moved from src/ccan/ccan/array_size/array_size.h with 100% similarity]
ccan/ccan/build_assert/LICENSE [moved from src/ccan/ccan/build_assert/LICENSE with 100% similarity]
ccan/ccan/build_assert/_info [moved from src/ccan/ccan/build_assert/_info with 100% similarity]
ccan/ccan/build_assert/build_assert.h [moved from src/ccan/ccan/build_assert/build_assert.h with 100% similarity]
ccan/ccan/check_type/LICENSE [moved from src/ccan/ccan/check_type/LICENSE with 100% similarity]
ccan/ccan/check_type/_info [moved from src/ccan/ccan/check_type/_info with 100% similarity]
ccan/ccan/check_type/check_type.h [moved from src/ccan/ccan/check_type/check_type.h with 100% similarity]
ccan/ccan/container_of/LICENSE [moved from src/ccan/ccan/container_of/LICENSE with 100% similarity]
ccan/ccan/container_of/_info [moved from src/ccan/ccan/container_of/_info with 100% similarity]
ccan/ccan/container_of/container_of.h [moved from src/ccan/ccan/container_of/container_of.h with 100% similarity]
ccan/ccan/endian/LICENSE [moved from src/ccan/ccan/endian/LICENSE with 100% similarity]
ccan/ccan/endian/_info [moved from src/ccan/ccan/endian/_info with 100% similarity]
ccan/ccan/endian/endian.h [moved from src/ccan/ccan/endian/endian.h with 100% similarity]
ccan/ccan/list/LICENSE [moved from src/ccan/ccan/list/LICENSE with 100% similarity]
ccan/ccan/list/_info [moved from src/ccan/ccan/list/_info with 100% similarity]
ccan/ccan/list/list.c [moved from src/ccan/ccan/list/list.c with 100% similarity]
ccan/ccan/list/list.h [moved from src/ccan/ccan/list/list.h with 100% similarity]
ccan/ccan/minmax/LICENSE [moved from src/ccan/ccan/minmax/LICENSE with 100% similarity]
ccan/ccan/minmax/_info [moved from src/ccan/ccan/minmax/_info with 100% similarity]
ccan/ccan/minmax/minmax.h [moved from src/ccan/ccan/minmax/minmax.h with 100% similarity]
ccan/ccan/short_types/LICENSE [moved from src/ccan/ccan/short_types/LICENSE with 100% similarity]
ccan/ccan/short_types/short_types.h [moved from src/ccan/ccan/short_types/short_types.h with 100% similarity]
ccan/ccan/str/LICENSE [moved from src/ccan/ccan/str/LICENSE with 100% similarity]
ccan/ccan/str/_info [moved from src/ccan/ccan/str/_info with 100% similarity]
ccan/ccan/str/debug.c [moved from src/ccan/ccan/str/debug.c with 100% similarity]
ccan/ccan/str/str.c [moved from src/ccan/ccan/str/str.c with 100% similarity]
ccan/ccan/str/str.h [moved from src/ccan/ccan/str/str.h with 100% similarity]
ccan/ccan/str/str_debug.h [moved from src/ccan/ccan/str/str_debug.h with 100% similarity]
ccan/licenses/BSD-MIT [moved from src/ccan/licenses/BSD-MIT with 100% similarity]
ccan/licenses/CC0 [moved from src/ccan/licenses/CC0 with 100% similarity]
ccan/tools/configurator/configurator.c [moved from src/ccan/tools/configurator/configurator.c with 100% similarity]
src/Makefile

similarity index 100%
rename from src/ccan/ccan/str/_info
rename to ccan/ccan/str/_info
similarity index 100%
rename from src/ccan/ccan/str/str.c
rename to ccan/ccan/str/str.c
similarity index 100%
rename from src/ccan/ccan/str/str.h
rename to ccan/ccan/str/str.h
similarity index 100%
rename from src/ccan/licenses/CC0
rename to ccan/licenses/CC0
index 57b562425ebf35eff0dd8b198f6afa08ccac2fc5..7e004fc11256beedd0e77160f6e970b0e0b9a4bd 100644 (file)
@@ -6,7 +6,7 @@ prefix ?= /usr
 includedir ?= $(prefix)/include
 libdir ?= $(prefix)/lib
 
-CCANDIR=ccan/
+CCANDIR=../ccan/
 
 CFLAGS ?= -g -fomit-frame-pointer -O2 -I/usr/include -Invme/ -I$(CCANDIR) -include ../config-host.h -D_GNU_SOURCE
 override CFLAGS += -Wall -fPIC