|
Lines 125-138
Link Here
|
| 125 |
.PATH: ${.CURDIR}/../../../forth |
125 |
.PATH: ${.CURDIR}/../../../forth |
| 126 |
.include "${.CURDIR}/../../../forth/Makefile.inc" |
126 |
.include "${.CURDIR}/../../../forth/Makefile.inc" |
| 127 |
|
127 |
|
| 128 |
.if !exists(${DESTDIR}/boot/loader.rc) |
128 |
FILES+= loader.rc menu.rc |
| 129 |
FILES+= loader.rc |
|
|
| 130 |
.endif |
| 131 |
|
129 |
|
| 132 |
.if !exists(${DESTDIR}/boot/menu.rc) |
|
|
| 133 |
FILES+= menu.rc |
| 134 |
.endif |
| 135 |
|
| 136 |
.if defined(LOADER_USB_SUPPORT) |
130 |
.if defined(LOADER_USB_SUPPORT) |
| 137 |
# Do garbage collection |
131 |
# Do garbage collection |
| 138 |
CFLAGS+= -ffunction-sections -fdata-sections |
132 |
CFLAGS+= -ffunction-sections -fdata-sections |