blob: 35e66de4c8c63881ea86a4c97c3286dcbc2b9015 [file] [log] [blame]
# Translate the SoC name and part number into the imx device and cpu
# name respectively.
string(TOUPPER ${CONFIG_SOC} IMX_DEVICE)
# Build imx drivers and utilities that can be used for multiple SoC's.
add_subdirectory(drivers)
add_subdirectory(devices)
add_subdirectory(devices/${IMX_DEVICE})