posix-uefi/examples/0F_exit_bs/Makefile

10 lines
143 B
Makefile
Raw Normal View History

2021-02-20 16:24:46 +01:00
TARGET = exit_bs.efi
SRCS = exit_bs.c
ALSO = kernel.elf
2021-02-20 16:24:46 +01:00
#USE_GCC=1
2021-02-20 16:24:46 +01:00
include uefi/Makefile
kernel.elf:
@make -C kernel all USE_GCC=$(USE_GCC)