diff --git a/Makefile b/Makefile index 3f7a53cb..b0d56566 100644 --- a/Makefile +++ b/Makefile @@ -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