From 589af14217ce2024da73524a8dc74ea581e51fcd Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 30 Jan 2016 14:05:03 -0500 Subject: [PATCH] nfc: move sample app under samples/nfc This sample goes under samples/nfc directory where we will have all nfc related samples. Change-Id: I6e7664d8e0dcbfcb0d9e11e2c7b79d8217665757 Signed-off-by: Anas Nashif --- samples/{microkernel/apps => nfc}/nfc_hello/Makefile | 1 - samples/{microkernel/apps => nfc}/nfc_hello/README.txt | 0 samples/{microkernel/apps => nfc}/nfc_hello/prj.conf | 0 samples/{microkernel/apps => nfc}/nfc_hello/src/Makefile | 0 samples/{microkernel/apps => nfc}/nfc_hello/src/main.c | 0 samples/{microkernel/apps => nfc}/nfc_hello/testcase.ini | 0 6 files changed, 1 deletion(-) rename samples/{microkernel/apps => nfc}/nfc_hello/Makefile (67%) rename samples/{microkernel/apps => nfc}/nfc_hello/README.txt (100%) rename samples/{microkernel/apps => nfc}/nfc_hello/prj.conf (100%) rename samples/{microkernel/apps => nfc}/nfc_hello/src/Makefile (100%) rename samples/{microkernel/apps => nfc}/nfc_hello/src/main.c (100%) rename samples/{microkernel/apps => nfc}/nfc_hello/testcase.ini (100%) diff --git a/samples/microkernel/apps/nfc_hello/Makefile b/samples/nfc/nfc_hello/Makefile similarity index 67% rename from samples/microkernel/apps/nfc_hello/Makefile rename to samples/nfc/nfc_hello/Makefile index d2ae4548dc0..33c3ed6c20f 100644 --- a/samples/microkernel/apps/nfc_hello/Makefile +++ b/samples/nfc/nfc_hello/Makefile @@ -1,7 +1,6 @@ KERNEL_TYPE ?= nano BOARD ?= qemu_x86 CONF_FILE = prj.conf -SOURCE_DIR = $(ZEPHYR_BASE)/samples/microkernel/apps/nfc_hello/src/ QEMU_EXTRA_FLAGS += -serial tcp:localhost:8888 diff --git a/samples/microkernel/apps/nfc_hello/README.txt b/samples/nfc/nfc_hello/README.txt similarity index 100% rename from samples/microkernel/apps/nfc_hello/README.txt rename to samples/nfc/nfc_hello/README.txt diff --git a/samples/microkernel/apps/nfc_hello/prj.conf b/samples/nfc/nfc_hello/prj.conf similarity index 100% rename from samples/microkernel/apps/nfc_hello/prj.conf rename to samples/nfc/nfc_hello/prj.conf diff --git a/samples/microkernel/apps/nfc_hello/src/Makefile b/samples/nfc/nfc_hello/src/Makefile similarity index 100% rename from samples/microkernel/apps/nfc_hello/src/Makefile rename to samples/nfc/nfc_hello/src/Makefile diff --git a/samples/microkernel/apps/nfc_hello/src/main.c b/samples/nfc/nfc_hello/src/main.c similarity index 100% rename from samples/microkernel/apps/nfc_hello/src/main.c rename to samples/nfc/nfc_hello/src/main.c diff --git a/samples/microkernel/apps/nfc_hello/testcase.ini b/samples/nfc/nfc_hello/testcase.ini similarity index 100% rename from samples/microkernel/apps/nfc_hello/testcase.ini rename to samples/nfc/nfc_hello/testcase.ini