Skip to content
Snippets Groups Projects
Commit 46a430b4 authored by Nicolas Dechesne's avatar Nicolas Dechesne
Browse files

modetest: remove buffer.h from SRC in Makefile


otherwise make clean would delete this source file.

Signed-off-by: default avatarNicolas Dechesne <nicolas.dechesne@linaro.org>
parent 47f9008b
Branches pristine-tar
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ LFLAGS = -L/usr/local/lib -L/usr/lib/arm-linux-gnueabihf
LIBS = -ldrm
SRC=msmdumb.c libmsm.c buffers.c msmmodetest.c buffers.h
SRC=msmdumb.c libmsm.c buffers.c msmmodetest.c
OBJ=$(patsubst %.c,%.o,$(SRC))
CC = $(CROSS_COMPILE)gcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment