mirror of
https://github.com/xcat2/xNBA.git
synced 2026-04-07 05:41:28 +00:00
23 lines
477 B
Plaintext
23 lines
477 B
Plaintext
# Config for ia64 Etherboot
|
|
#
|
|
# Do not delete the tag OptionDescription and /OptionDescription
|
|
# It is used to automatically generate the documentation.
|
|
#
|
|
# @OptionDescrition@
|
|
#
|
|
# BIOS interface options:
|
|
#
|
|
# -DCONFIG_EFI
|
|
# Compile in support for EFI
|
|
#
|
|
# @/OptionDescription@
|
|
|
|
CFLAGS+= -DCONSOLE_FIRMWARE
|
|
CFLAGS+= -DCONFIG_EFI
|
|
|
|
CFLAGS+= -fpic -mconstant-gp -mauto-pic
|
|
ASFLAGS+= -mconstant-gp -mauto-pic
|
|
|
|
LDFLAGS+= -static -shared -Bsymbolic --warn-multiple-gp --warn-common
|
|
|