mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Fix a dependency issue in the Makefile for libdsl
This commit is contained in:
parent
26489affbb
commit
50f9b66210
1 changed files with 1 additions and 3 deletions
|
|
@ -74,9 +74,7 @@ endif
|
|||
define Package/libdsl
|
||||
$(call Package/easy-soc-libs)
|
||||
TITLE:= XDSL library (libdsl)
|
||||
ifeq ($(TARGET_PLATFORM),INTEL)
|
||||
DEPENDS:=+dsl-cpe-api-vrx +dsl-cpe-fapi
|
||||
endif
|
||||
DEPENDS:=@TARGET_intel_mips +dsl-cpe-api-vrx +dsl-cpe-fapi
|
||||
endef
|
||||
|
||||
subdirs := \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue