added the rules to create the splash screen data and the external
references to the binary data
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
#include "fbinit.h"
|
||||
#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;
|
||||
|
||||
static int fb_fd = -1;
|
||||
|
||||
static FBINFO local_info;
|
||||
|
||||
Reference in New Issue
Block a user