Makefile: Remove no longer needed code pathes.

This commit is contained in:
Uwe Bonnes 2020-11-17 16:00:36 +01:00 committed by UweBonnes
parent 27ef4569ca
commit 03a7b06eb8
1 changed files with 0 additions and 8 deletions

View File

@ -5,14 +5,6 @@ endif
PC_HOSTED =
NO_LIBOPENCM3 =
ifeq ($(PROBE_HOST), libftdi)
PC_HOSTED = true
NO_LIBOPENCM3 = true
endif
ifeq ($(PROBE_HOST), pc-stlinkv2)
PC_HOSTED = true
NO_LIBOPENCM3 = true
endif
ifeq ($(PROBE_HOST), hosted)
PC_HOSTED = true
NO_LIBOPENCM3 = true