fixed up the makefile and the symbol references in fbinit.c

This commit is contained in:
2019-12-06 20:51:41 -07:00
parent 374f1d78eb
commit 6538ddeb53
3 changed files with 6 additions and 5 deletions

View File

@@ -11,9 +11,9 @@
#include "scode.h"
/* references to splash screen data in splash.o/splash.bin */
extern uint8_t _binary_splash_start[];
extern uint8_t _binary_splash_end;
extern uint8_t _binary_splash_size;
extern uint8_t _binary_splash_bin_start[];
extern uint8_t _binary_splash_bin_end;
extern uint8_t _binary_splash_bin_size;
static int fb_fd = -1;