From: Thomas Petazzoni Date: Sat, 28 Jan 2012 17:42:51 +0000 (+0100) Subject: libftdi: add host variant X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76cd6b18e3b6720f7dc5997dac0831ef7e62912d;p=buildroot.git libftdi: add host variant [Peter: remove redundant HOST_LIBFTDI_DEPENDENCIES] Signed-off-by: Thomas Petazzoni Acked-by: Luca Ceresoli Acked-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- diff --git a/package/libftdi/libftdi.mk b/package/libftdi/libftdi.mk index 55481d924b..d84fc32d3c 100644 --- a/package/libftdi/libftdi.mk +++ b/package/libftdi/libftdi.mk @@ -21,3 +21,4 @@ LIBFDTI_CONF_OPT += --disable-libftdipp endif $(eval $(call AUTOTARGETS)) +$(eval $(call AUTOTARGETS,host))