genode/repos/os/src/drivers/sd_card/imx53/target.mk
Martin Stein 98616a1812 i.MX53: SD-card driver and bench
The driver for the Freescale eSDHCv2 doesn't support the highest
available bus frequency by now and also the bus width may be set to a
higher value but that needs further checks on the capabilities of the
inserted card.

The commits provide a benchmark as it exists for the OMAP4 SDHC driver.

Fix #1458
2015-03-27 11:53:12 +01:00

6 lines
118 B
Makefile

TARGET = sd_card_drv
REQUIRES = imx53
SRC_CC = main.cc
LIBS = base server
INC_DIR += $(PRG_DIR) $(PRG_DIR)/..