Only build interposer on linux

This commit is contained in:
falkTX 2017-11-19 03:18:19 +01:00
parent ee83db7d05
commit 48995130fd
1 changed files with 2 additions and 0 deletions

View File

@ -132,7 +132,9 @@ discovery: libs
@$(MAKE) -C source/discovery
interposer:
ifeq ($(LINUX),true)
@$(MAKE) -C source/interposer
endif
libjack: libs
@$(MAKE) -C source/libjack