Fix buildworld. I had some local bits in my build tree that caused this
to work by accident.
This commit is contained in:
parent
7a4167de71
commit
e1c8b03894
@ -22,8 +22,8 @@ CFLAGS+= -I${.CURDIR}/../../efi/include/${MACHINE_CPUARCH}
|
||||
CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica/include
|
||||
CFLAGS+= -I${.CURDIR}/../../..
|
||||
|
||||
# Always add MI sources
|
||||
.PATH: ${.CURDIR}/../../common ../efi
|
||||
# Always add MI sources and REGULAR efi loader bits
|
||||
.PATH: ${.CURDIR}/../efi ${.CURDIR}/../../common
|
||||
CFLAGS+= -I${.CURDIR}/../../common
|
||||
|
||||
FILES= boot1.efi
|
||||
|
Loading…
Reference in New Issue
Block a user