genode/repos/base/mk/spec/zynq_qemu.mk
Johannes Schlatow 11d8f97845 zynq: restructure nic_drv spec structure
The zynq nic_drv also depends on hw, we therefore adapted the folder
structure for clarity. Also renamed the binary to 'zynq_nic_drv' to
prevent conflicts and to allow removing the cadence_gem spec.

Issue #3179
2019-02-26 14:47:02 +01:00

9 lines
118 B
Makefile

#
# Pull in CPU specifics
#
SPECS += zynq
REP_INC_DIR += include/spec/zynq_qemu
include $(BASE_DIR)/mk/spec/zynq.mk