mirror of
https://gitlab.com/bztsrc/posix-uefi.git
synced 2025-01-01 03:25:52 +01:00
9 lines
143 B
Makefile
9 lines
143 B
Makefile
TARGET = exit_bs.efi
|
|
SRCS = exit_bs.c
|
|
ALSO = kernel.elf
|
|
|
|
#USE_GCC=1
|
|
include uefi/Makefile
|
|
|
|
kernel.elf:
|
|
@make -C kernel all USE_GCC=$(USE_GCC)
|