From 329ead8346180ba22fb0f365b38da1957d0147ed Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 12 Nov 2018 10:42:08 -0500 Subject: add linux/mxcfb.h for controlling the framebuffer, update CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0c57d60..212172e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=arm-linux-gnueabihf-gcc -CFLAGS=-Wall -Wextra +CFLAGS=-Wall -Wextra -I. LDFLAGS=-lpthread freeonebook: freeonebook.o gpio.o fb.o -- cgit v1.2.1