genode/repos/os/src/drivers/sd_card/spec/imx53/bench/target.mk
Martin Stein 8c22e5d535 sd_card & imx53: refactor and clean-up
Move ADMA2 stuff to extra header and unit. Move ESDHCv2 implementations to
extra unit. Use exceptions instead of error codes. Clean-up documentation.

Ref #1497
2015-11-29 18:17:03 +01:00

10 lines
208 B
Makefile

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