8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
398 B
Makefile
14 lines
398 B
Makefile
################################################################################
|
|
#
|
|
# freescale-imx
|
|
#
|
|
################################################################################
|
|
|
|
FREESCALE_IMX_VERSION = 1.1.0
|
|
|
|
# No official download site from freescale, just this mirror
|
|
FREESCALE_IMX_MIRROR_SITE = http://download.ossystems.com.br/bsp/freescale/source
|
|
|
|
include package/freescale-imx/*/*.mk
|
|
|