Skip to content

Commit 802fe1f

Browse files
committed
eigen: fix dont build if lib is not selected
1 parent d330f8d commit 802fe1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_module/user/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ifeq ($(BR2_PACKAGE_EIGEN),y)
1515
# http://lists.busybox.net/pipermail/buildroot/2018-June/222914.html
1616
#CXXFLAGS_EXTRA += $(shell $(PKG_CONFIG) --cflags eigen3)
1717
else
18-
OUTS := $(filter-out eigen_%$(OUT_EXT),$(OUTS))
18+
OUTS := $(filter-out eigen%$(OUT_EXT),$(OUTS))
1919
endif
2020
ifeq ($(BR2_PACKAGE_LIBDRM),y)
2121
LIBS += $(shell $(PKG_CONFIG) --libs libdrm)

0 commit comments

Comments
 (0)