summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson2015-07-28 12:34:03 -0500
committerSam Nelson2015-07-28 12:34:03 -0500
commitf4e485ac7af1a6c4ebdd2024cfa3d59d1abbbf56 (patch)
tree0723c7b1f3900e55e032e354ccf13aa30f717c16
parenta6975b6d0fcc3356e749d18177306e6ff57303d8 (diff)
downloaduio-module-drv-f4e485ac7af1a6c4ebdd2024cfa3d59d1abbbf56.tar.gz
uio-module-drv-f4e485ac7af1a6c4ebdd2024cfa3d59d1abbbf56.tar.xz
uio-module-drv-f4e485ac7af1a6c4ebdd2024cfa3d59d1abbbf56.zip
test: update makefile to remove K2H dependency
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 4581590..e490f07 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -41,7 +41,7 @@ LDFLAGS+= -lrt -lpthread
41# Mainly used for include paths 41# Mainly used for include paths
42INCLUDES= 42INCLUDES=
43 43
44DEFINES=-D__ARMv7 -DDEVICE_K2H 44DEFINES=-D__ARMv7
45 45
46SOURCES=uio_cic2_int_multithread_test.c 46SOURCES=uio_cic2_int_multithread_test.c
47 47