blob: 6423ba4458ded17b6e8df22b6ac345306d9c51f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Makefile.fpc for FPC Netware libc demos (part of FPC demo package)
#
[target]
programs_netwlibc=nuttest
[default]
fpcdir=../../fpcsrc
[prerules]
# binutils are the same for targets netware and netwlibc
override BINUTILSPREFIX=$(CPU_TARGET)-netware-
[rules]
|