diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-10-09 22:12:32 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-10-09 22:12:32 +0000 |
| commit | eca8b9c449d522adf5c683b7fd09e562daa53161 (patch) | |
| tree | 469b3ddd4451f575f1ab72fb7781cd5c3d50826c /sys/boot/ofw | |
| parent | 6a971c173266ad15410557184195ea1bd681ab20 (diff) | |
Notes
Diffstat (limited to 'sys/boot/ofw')
| -rw-r--r-- | sys/boot/ofw/libofw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ofw/libofw/Makefile b/sys/boot/ofw/libofw/Makefile index 3b91ea28d37a..056019eecf5c 100644 --- a/sys/boot/ofw/libofw/Makefile +++ b/sys/boot/ofw/libofw/Makefile @@ -9,7 +9,7 @@ SRCS= devicename.c elf_freebsd.c ofw_console.c ofw_copy.c ofw_disk.c \ .PATH: ${.CURDIR}/../../zfs SRCS+= devicename_stubs.c -CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/ +CFLAGS+= -I${SASRC} # Pick up the bootstrap header for some interface items CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I. |
