blob: 9f63ce34236e5bcbe4f2a5988c77075dde7f9ffb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
################################################################################
#
# 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
|