diff options
| author | Keith Packard <keithp@keithp.com> | 2013-12-18 10:01:29 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-12-18 10:01:29 -0800 |
| commit | 9c200c3bc742b4dd1a7e28bfce9d5b27e833aae5 (patch) | |
| tree | e623e349673fc78f2ada6d3b49108f93fcac2731 /src/Makedefs.in | |
| parent | fbde0c3e4bdb419d6bd4dbcc96b0e01c59e9fa13 (diff) | |
altos: Build pdclib locally if necessary
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makedefs.in')
| -rw-r--r-- | src/Makedefs.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makedefs.in b/src/Makedefs.in index 6dc9ab0f..d4ef28be 100644 --- a/src/Makedefs.in +++ b/src/Makedefs.in @@ -1,6 +1,10 @@ ARM_CC=@ARM_CC@ HAVE_ARM_M3_CC=@HAVE_ARM_M3_CC@ HAVE_ARM_M0_CC=@HAVE_ARM_M0_CC@ +PDCLIB_INCLUDES=@PDCLIB_INCLUDES@ +PDCLIB_LIBS_M0=@PDCLIB_LIBS_M0@ +PDCLIB_LIBS_M3=@PDCLIB_LIBS_M3@ +HAVE_PDCLIB=@HAVE_PDCLIB@ SDCC=@SDCC@ HAVE_SDCC=@HAVE_SDCC@ |
