mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 16:42:14 +02:00
Merge bf63fb0626
into 7bfdf63a71
This commit is contained in:
commit
e482839bd4
@ -30,6 +30,10 @@ CFLAGS = \
|
|||||||
-fstrict-volatile-bitfields \
|
-fstrict-volatile-bitfields \
|
||||||
-DFUSEE_STAGE1_SRC
|
-DFUSEE_STAGE1_SRC
|
||||||
|
|
||||||
|
ifneq (,$(wildcard src/config.h))
|
||||||
|
CFLAGS += -DHAS_CONFIG_H
|
||||||
|
endif
|
||||||
|
|
||||||
LDFLAGS = -specs=linker.specs -g $(ARCH)
|
LDFLAGS = -specs=linker.specs -g $(ARCH)
|
||||||
|
|
||||||
objects = $(patsubst $(dir_source)/%.s, $(dir_build)/%.o, \
|
objects = $(patsubst $(dir_source)/%.s, $(dir_build)/%.o, \
|
||||||
|
@ -10,6 +10,10 @@
|
|||||||
#include "lib/printk.h"
|
#include "lib/printk.h"
|
||||||
#include "display/video_fb.h"
|
#include "display/video_fb.h"
|
||||||
|
|
||||||
|
#ifdef HAS_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern void (*__program_exit_callback)(int rc);
|
extern void (*__program_exit_callback)(int rc);
|
||||||
|
|
||||||
static void *g_framebuffer;
|
static void *g_framebuffer;
|
||||||
|
Loading…
Reference in New Issue
Block a user