genode/repos/os/lib/mk/sd_card.inc
Martin Stein 9e1f3259c5 sd_card: make main.cc generic
The previous platform-specific implementations differed only in minor aspects.

Ref #2206
2017-01-13 13:07:06 +01:00

6 lines
120 B
PHP

INC_DIR += $(REP_DIR)/src/drivers/sd_card
SRC_CC += main.cc
LIBS += base
vpath %.cc $(REP_DIR)/src/drivers/sd_card