mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
11d8f97845
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
9 lines
118 B
Makefile
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
|