mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
eigen: fix dont build if lib is not selected
This commit is contained in:
@@ -15,7 +15,7 @@ ifeq ($(BR2_PACKAGE_EIGEN),y)
|
|||||||
# http://lists.busybox.net/pipermail/buildroot/2018-June/222914.html
|
# http://lists.busybox.net/pipermail/buildroot/2018-June/222914.html
|
||||||
#CXXFLAGS_EXTRA += $(shell $(PKG_CONFIG) --cflags eigen3)
|
#CXXFLAGS_EXTRA += $(shell $(PKG_CONFIG) --cflags eigen3)
|
||||||
else
|
else
|
||||||
OUTS := $(filter-out eigen_%$(OUT_EXT),$(OUTS))
|
OUTS := $(filter-out eigen%$(OUT_EXT),$(OUTS))
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_LIBDRM),y)
|
ifeq ($(BR2_PACKAGE_LIBDRM),y)
|
||||||
LIBS += $(shell $(PKG_CONFIG) --libs libdrm)
|
LIBS += $(shell $(PKG_CONFIG) --libs libdrm)
|
||||||
|
|||||||
Reference in New Issue
Block a user