Fix mips compilation
This commit is contained in:
parent
1f534b6908
commit
98f5714739
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ kernel_img_SOURCES = kern/$(target_cpu)/startup.S \
|
||||||
font/font_cmd.c font/font.c io/bufio.c \
|
font/font_cmd.c font/font.c io/bufio.c \
|
||||||
video/video.c video/fb/video_fb.c video/fb/fbblit.c \
|
video/video.c video/fb/video_fb.c video/fb/fbblit.c \
|
||||||
video/fb/fbfill.c video/fb/fbutil.c video/bitmap.c \
|
video/fb/fbfill.c video/fb/fbutil.c video/bitmap.c \
|
||||||
video/sm712.c bus/pci.c bus/bonito.c \
|
video/bitmap_scale.c video/sm712.c bus/pci.c bus/bonito.c \
|
||||||
term/gfxterm.c commands/extcmd.c lib/arg.c \
|
term/gfxterm.c commands/extcmd.c lib/arg.c \
|
||||||
symlist.c
|
symlist.c
|
||||||
kernel_img_CFLAGS = $(COMMON_CFLAGS) -DUSE_ASCII_FAILBACK
|
kernel_img_CFLAGS = $(COMMON_CFLAGS) -DUSE_ASCII_FAILBACK
|
||||||
|
|
Loading…
Reference in a new issue