diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2007-04-07 13:37:45 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2007-04-07 13:37:45 +0000 |
| commit | 55ccb0b485afdc2cacc606be20feb0d9cc50631c (patch) | |
| tree | dffa72722f3041f8d706304d39ec3c3bd8329263 /sys/boot | |
| parent | e48a98a8152483e01c52d231e42d62eadcc13e85 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/boot0.5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot0.5/Makefile b/sys/boot/pc98/boot0.5/Makefile index 51eebe0b4e83..8df5219070ca 100644 --- a/sys/boot/pc98/boot0.5/Makefile +++ b/sys/boot/pc98/boot0.5/Makefile @@ -14,7 +14,7 @@ BOOT= boot0.5 # unless you are glutton for punishment. BOOT_BOOT0_ORG?= 0x0000 -LDFLAGS=-N -e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-T,ldscript +LDFLAGS=-N -e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-T,${.CURDIR}/ldscript # The size of boot0.5 must be 7168 bytes ${BOOT}: ${BOOT}.bin |
