diff options
author | Edgar E. Iglesias <edgar.iglesias@petalogix.com> | 2011-03-14 11:13:55 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@petalogix.com> | 2011-03-16 15:18:58 +0100 |
commit | 93f1e4016b5e09a55d6f67fdfab37f80feb0ac29 (patch) | |
tree | 121f38e314a6f89ac2f49a166b2e828a4dc6a4be /Makefile.target | |
parent | d746ce6dbaa91766e473f6fff82dfbd88ba3f86d (diff) |
xilinx: Add AXIENET & DMA models
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@petalogix.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index f0df98e4fc..d11eb4f38a 100644 --- a/Makefile.target +++ b/Makefile.target @@ -272,6 +272,8 @@ obj-microblaze-y += xilinx_intc.o obj-microblaze-y += xilinx_timer.o obj-microblaze-y += xilinx_uartlite.o obj-microblaze-y += xilinx_ethlite.o +obj-microblaze-y += xilinx_axidma.o +obj-microblaze-y += xilinx_axienet.o obj-microblaze-$(CONFIG_FDT) += device_tree.o |