Skip to content

Commit

Permalink
Remove non-required configs
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Nov 11, 2024
1 parent bf3174d commit d15cf7e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions idma.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,8 @@ SHELL := /bin/bash

# iDMA Variants
IDMA_BASE_IDS := \
rw_axi \
r_obi_w_axi \
r_axi_w_obi \
rw_axi_rw_axis \
rw_axil_rw_init \
r_obi_w_init
IDMA_OCCAMY_IDS := \
r_obi_rw_init_w_axi \
r_axi_rw_init_rw_obi
IDMA_OCCAMY_IDS :=
IDMA_ADD_IDS ?=
IDMA_BACKEND_IDS := $(IDMA_BASE_IDS) $(IDMA_OCCAMY_IDS) $(IDMA_ADD_IDS)

Expand Down

0 comments on commit d15cf7e

Please sign in to comment.