Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit 4cb14d7

Browse files
committed
tools: do not compile msp430/cppbsl on mac
This tools explicitly looks for `linux/serial.h` which will not exist on a mac.
1 parent ca0f1ed commit 4cb14d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/platforms/msp430/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = foreign
22

33
SUBDIRS = motelist pybsl
44

5+
if !DARWIN
56
if POPT_CPPBSL
67
SUBDIRS += cppbsl
78
endif
9+
endif

0 commit comments

Comments
 (0)