sd_card: use library instead of REQUIRES

Ref #2206
This commit is contained in:
Martin Stein
2017-01-04 16:29:11 +01:00
committed by Norman Feske
parent 8c1e2f0555
commit 5aad63c6e8
20 changed files with 43 additions and 44 deletions

View File

@ -0,0 +1,2 @@
INC_DIR += $(REP_DIR)/src/drivers/sd_card/spec/rpi
include $(REP_DIR)/lib/mk/sd_card_bench.inc

View File

@ -0,0 +1,3 @@
SRC_CC += spec/rpi/main.cc
INC_DIR += $(REP_DIR)/src/drivers/sd_card/spec/rpi
include $(REP_DIR)/lib/mk/sd_card.inc