summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-04-18 14:59:28 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-04-18 14:59:28 +0200
commit2da0777f66b08fea0767fdd7d4b20d7db17ab0d4 (patch)
tree27144cee56b9cc4b2460a7e1561a5fd23a262292 /Makefile
parentHide most error number definitions (diff)
downloadrtems-libbsd-2da0777f66b08fea0767fdd7d4b20d7db17ab0d4.tar.bz2
Add BUS_DMA(9) support for mbufs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 729204b4..2d8cd25b 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,7 @@ C_FILES += rtemsbsd/src/rtems-bsd-smp.c
C_FILES += rtemsbsd/src/rtems-bsd-malloc.c
C_FILES += rtemsbsd/src/rtems-bsd-support.c
C_FILES += rtemsbsd/src/rtems-bsd-bus-dma.c
+C_FILES += rtemsbsd/src/rtems-bsd-bus-dma-mbuf.c
C_FILES += rtemsbsd/src/rtems-bsd-sysctl.c
C_FILES += rtemsbsd/src/rtems-bsd-sysctlbyname.c
C_FILES += rtemsbsd/src/rtems-bsd-sysctlnametomib.c