diff options
| author | Jakob Kaivo <jakob@kaivo.net> | 2018-11-12 10:42:08 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jakob@kaivo.net> | 2018-11-12 10:42:08 -0500 |
| commit | 329ead8346180ba22fb0f365b38da1957d0147ed (patch) | |
| tree | 7353db1bf6a00bdfd330cbc5692e854e449adcc7 /Makefile | |
| parent | c23d17d52e9276e77d87a66a007f20aa0f3eee8d (diff) | |
add linux/mxcfb.h for controlling the framebuffer, update CFLAGS
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
