summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-22 07:44:07 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-22 07:44:07 -0500
commit0f09b7272648aa98c63e3af324779f76edfdc224 (patch)
treedfbbcb05be32192b2bc4b84566b508c6ec9a3e25 /Makefile
parentAdd E1000 driver (diff)
downloadrtems-libbsd-0f09b7272648aa98c63e3af324779f76edfdc224.tar.bz2
Add smp variables used by e1000 and remove unneeded ifdefs
+ added machine/smp.h as empty file + added rtems-bsd-smp.c for a few variables which were needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5ffadbac..56cfbd5f 100644
--- a/Makefile
+++ b/Makefile
@@ -356,6 +356,7 @@ C_FILES += \
rtemsbsd/src/rtems-bsd-jail.c \
rtemsbsd/src/rtems-bsd-shell.c \
rtemsbsd/src/rtems-bsd-syscalls.c \
+ rtemsbsd/src/rtems-bsd-smp.c \
rtemsbsd/src/rtems-bsd-malloc.c \
rtemsbsd/src/rtems-bsd-support.c \
rtemsbsd/src/rtems-bsd-bus-dma.c \