mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
cramfs: add explicit dependencies for host variant
Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
e4a184d15e
commit
e712ffc0f6
@@ -10,6 +10,7 @@ CRAMFS_LICENSE = GPLv2+
|
||||
CRAMFS_LICENSE_FILES = COPYING
|
||||
|
||||
CRAMFS_DEPENDENCIES = zlib
|
||||
HOST_CRAMFS_DEPENDENCIES = host-zlib
|
||||
|
||||
define CRAMFS_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)" -C $(@D)
|
||||
|
||||
Reference in New Issue
Block a user