From 506601bef7704e63308dd7059a1348e4f43f09b7 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Thu, 19 Jan 2017 22:30:42 +0100 Subject: [PATCH] nrf5: Remove old framebuffer implementation from being included into the build. --- nrf5/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/nrf5/Makefile b/nrf5/Makefile index d81523a1b1..c72d089867 100644 --- a/nrf5/Makefile +++ b/nrf5/Makefile @@ -152,7 +152,6 @@ SRC_C += \ timer.c \ rtc.c \ adc.c \ - lcd_mono_fb.c \ DRIVERS_SRC_C += $(addprefix drivers/,\ display/moddisplay.c \