mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 01:42:37 +03:00
9 lines
176 B
Makefile
9 lines
176 B
Makefile
|
|
# Include common x86 headers
|
||
|
|
#
|
||
|
|
CFLAGS += -Iarch/x86/include
|
||
|
|
|
||
|
|
# x86-specific directories containing source files
|
||
|
|
#
|
||
|
|
SRCDIRS += arch/x86/core
|
||
|
|
SRCDIRS += arch/x86/interface/efi
|