Re: [PATCH] selftests/android/ion: Makefile: fix build error

2018-03-21 Thread Shuah Khan
On 03/08/2018 04:30 PM, Anders Roxell wrote: > On 8 March 2018 at 20:32, Laura Abbott wrote: >> On 03/08/2018 06:37 AM, Anders Roxell wrote: >>> >>> Fails to build iomap_test.c due to missing include >>> >>> gcc -I. -I../../../../../drivers/staging/android/uapi/ -Wall -O2 -g >>> ionmap_test.c ipc

Re: [PATCH] selftests/android/ion: Makefile: fix build error

2018-03-08 Thread Anders Roxell
On 8 March 2018 at 20:32, Laura Abbott wrote: > On 03/08/2018 06:37 AM, Anders Roxell wrote: >> >> Fails to build iomap_test.c due to missing include >> >> gcc -I. -I../../../../../drivers/staging/android/uapi/ -Wall -O2 -g >> ionmap_test.c ipcsocket.c ionutils.c -o ionmap_test >> ionmap_test.c

Re: [PATCH] selftests/android/ion: Makefile: fix build error

2018-03-08 Thread Laura Abbott
On 03/08/2018 06:37 AM, Anders Roxell wrote: Fails to build iomap_test.c due to missing include gcc -I. -I../../../../../drivers/staging/android/uapi/ -Wall -O2 -g ionmap_test.c ipcsocket.c ionutils.c -o ionmap_test ionmap_test.c:12:27: fatal error: linux/dma-buf.h: No such file or directory

[PATCH] selftests/android/ion: Makefile: fix build error

2018-03-08 Thread Anders Roxell
Fails to build iomap_test.c due to missing include gcc -I. -I../../../../../drivers/staging/android/uapi/ -Wall -O2 -g ionmap_test.c ipcsocket.c ionutils.c -o ionmap_test ionmap_test.c:12:27: fatal error: linux/dma-buf.h: No such file or directory #include ^ compila