mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
Remove always_hybrid spec
With always_hybrid also the lx_hybrid_x86 platform in tool/create_builddir vanishes. Fixes #1619
This commit is contained in:
@ -30,14 +30,6 @@ include $(BASE_DIR)/mk/util.inc
|
||||
PRG_DIR := $(REP_DIR)/src/$(PRG_REL_DIR)
|
||||
include $(PRG_DIR)/target.mk
|
||||
|
||||
#
|
||||
# Enforce use of 'lx_hybrid' library for all targets when 'always_hybrid' is
|
||||
# enabled
|
||||
#
|
||||
ifeq ($(filter-out $(SPECS),always_hybrid),)
|
||||
LIBS += lx_hybrid
|
||||
endif
|
||||
|
||||
#
|
||||
# Include lib-import description files
|
||||
#
|
||||
|
Reference in New Issue
Block a user