summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test
diff options
context:
space:
mode:
authorAlexandru Palalau <ioan-alexandru.palalau@nxp.com>2019-05-23 14:44:24 +0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-06-13 14:06:41 -0300
commitf06d0e3c62f879c66292cde0fcd3f1de7ecca149 (patch)
tree94e67b3bd4777b152da9014696a0786c63eb26d0 /recipes-bsp/imx-test/imx-test
parent760897e9a0fc9d5a262d2f601396c82bd6cd70b1 (diff)
downloadmeta-freescale-f06d0e3c62f879c66292cde0fcd3f1de7ecca149.tar.gz
imx-test: Switch to branch imx_4.14.98_2.0.0_ga
Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test')
-rw-r--r--recipes-bsp/imx-test/imx-test/0001-test-Makefile-Add-include-path-to-CC-command.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-bsp/imx-test/imx-test/0001-test-Makefile-Add-include-path-to-CC-command.patch b/recipes-bsp/imx-test/imx-test/0001-test-Makefile-Add-include-path-to-CC-command.patch
deleted file mode 100644
index 8387a17c..00000000
--- a/recipes-bsp/imx-test/imx-test/0001-test-Makefile-Add-include-path-to-CC-command.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1From d289d905c64882c58e3b99f74f68e72f9100115e Mon Sep 17 00:00:00 2001
2From: Fabio Berton <fabio.berton@ossystems.com.br>
3Date: Tue, 12 Jun 2018 14:58:40 -0300
4Subject: [PATCH] test/Makefile: Add include path to CC command
5Organization: O.S. Systems Software LTDA.
6
7Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
8---
9 test/Makefile | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/test/Makefile b/test/Makefile
13index f1cfa2a..4f14d2c 100644
14--- a/test/Makefile
15+++ b/test/Makefile
16@@ -12,7 +12,7 @@ ALL_OBJS :=
17
18 %.o: %.c
19 @echo " CC $@"
20- $(Q)$(CC) -c $(CFLAGS) $< -o $@
21+ $(Q)$(CC) -c $(CFLAGS) $(INC) $< -o $@
22
23
24 # This creates the build and copy rules for one executable. Because we
25--
262.17.1
27