pc-hosted: Clean up Makefile.inc.

This commit is contained in:
Uwe Bonnes 2020-03-27 22:49:36 +01:00 committed by UweBonnes
parent bd73adf9c7
commit 1a0cee4e9d
1 changed files with 3 additions and 6 deletions

View File

@ -1,14 +1,11 @@
TARGET=blackmagic_hosted
SYS = $(shell $(CC) -dumpmachine)
CFLAGS += -DPC_HOSTED -DNO_LIBOPENCM3 -DENABLE_DEBUG -I
CFLAGS += $(shell pkg-config --cflags libftdi1)
CFLAGS += -DPC_HOSTED -DNO_LIBOPENCM3 -DENABLE_DEBUG
CFLAGS +=-I ./target -I./platforms/pc
LDFLAGS += $(shell pkg-config --libs libftdi1)
ifneq (, $(findstring mingw, $(SYS)))
LDFLAGS += -lusb-1.0 -lws2_32
CFLAGS += -Wno-cast-function-type
LDFLAGS += -lws2_32
else ifneq (, $(findstring cygwin, $(SYS)))
LDFLAGS += -lusb-1.0 -lws2_32
LDFLAGS += -lws2_32
endif
VPATH += platforms/pc
SRC += cl_utils.c timing.c utils.c