We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d330f8d commit 802fe1fCopy full SHA for 802fe1f
kernel_module/user/Makefile
@@ -15,7 +15,7 @@ ifeq ($(BR2_PACKAGE_EIGEN),y)
15
# http://lists.busybox.net/pipermail/buildroot/2018-June/222914.html
16
#CXXFLAGS_EXTRA += $(shell $(PKG_CONFIG) --cflags eigen3)
17
else
18
- OUTS := $(filter-out eigen_%$(OUT_EXT),$(OUTS))
+ OUTS := $(filter-out eigen%$(OUT_EXT),$(OUTS))
19
endif
20
ifeq ($(BR2_PACKAGE_LIBDRM),y)
21
LIBS += $(shell $(PKG_CONFIG) --libs libdrm)
0 commit comments