aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ia64/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ia64/Makefile.inc')
-rw-r--r--sys/boot/ia64/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/ia64/Makefile.inc b/sys/boot/ia64/Makefile.inc
index 2e9a113df387..e63fb5464734 100644
--- a/sys/boot/ia64/Makefile.inc
+++ b/sys/boot/ia64/Makefile.inc
@@ -5,3 +5,5 @@ BINDIR?= /boot
# Options used when building standalone components
CFLAGS+= -ffreestanding -fshort-wchar -Wformat
LDFLAGS+= -nostdlib
+
+.include "../Makefile.inc"