mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-21 18:30:20 +00:00
Add HEADERS vga.h console.h
This commit is contained in:
parent
29e78549bc
commit
5dcd8bb683
@ -14,7 +14,9 @@ ASFLAGS = -I$(TOP)
|
||||
CFLAGS += $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2
|
||||
LIBS = -L$(TOP)/../libunix -lunix -L$(TOP)/../libmacos -lmacos
|
||||
|
||||
SOURCES = head.S main.c console.c vga.c font_8x16.c
|
||||
SOURCES = head.S main.c console.c vga.c font_8x16.c
|
||||
|
||||
HEADERS = vga.h console.h
|
||||
|
||||
PROGRAMS = apple_driver
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user