hosted: Reformatted Makefile.inc to make it easier to read
This commit is contained in:
parent
a0b20bba84
commit
a43fe4f5bf
|
@ -41,9 +41,7 @@ LDFLAGS += -lsetupapi
|
||||||
# https://github.com/dmlc/xgboost/issues/1945 indicates macosx as indicator
|
# https://github.com/dmlc/xgboost/issues/1945 indicates macosx as indicator
|
||||||
else ifneq (filter, macosx darwin, $(SYS))
|
else ifneq (filter, macosx darwin, $(SYS))
|
||||||
SRC += serial_unix.c
|
SRC += serial_unix.c
|
||||||
LDFLAGS += $(pkg-config --libs hidapi)
|
|
||||||
LDFLAGS += -framework CoreFoundation
|
LDFLAGS += -framework CoreFoundation
|
||||||
CFLAGS += -Ihidapi/hidapi $(pkg-config --cflags hidapi)
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(HOSTED_BMP_ONLY), 1)
|
ifneq ($(HOSTED_BMP_ONLY), 1)
|
||||||
|
|
Loading…
Reference in New Issue