mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
6 lines
122 B
Makefile
6 lines
122 B
Makefile
ifeq ($(CONTRIB_DIR),)
|
|
REP_INC_DIR += include/PCSC
|
|
else
|
|
INC_DIR += $(call select_from_ports,pcsc-lite)/include/PCSC
|
|
endif
|