mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
9251b1ede8
For further information see: http://wiki.netbsd.org/rumpkernel/. In this version I ported the central rump components to Genode in order to take advantage of NetBSD file system implementation. The new 'dde_rump' repository contains the Genode version of the rump libraries and a 'rump_fs' server that implements Genode file-system-session interface. Currently ext2, iso9660, and fat file-systems are supported. Issue #1048
27 lines
804 B
Diff
27 lines
804 B
Diff
diff --git a/src/sys/arch/arm/include/Makefile.common b/src/sys/arch/arm/include/Makefile.common
|
|
index 6d7643a..c91f55c 100644
|
|
--- a/src/sys/arch/arm/include/Makefile.common
|
|
+++ b/src/sys/arch/arm/include/Makefile.common
|
|
@@ -2,7 +2,7 @@
|
|
|
|
.PATH: ../../arm/include/common
|
|
|
|
-.if 0
|
|
+.if 1
|
|
INCS+= ansi.h aout_machdep.h asm.h \
|
|
bswap.h \
|
|
cdefs.h cpu.h \
|
|
diff --git a/src/sys/arch/evbarm/Makefile b/src/sys/arch/evbarm/Makefile
|
|
index c4340cb..ec9445b 100644
|
|
--- a/src/sys/arch/evbarm/Makefile
|
|
+++ b/src/sys/arch/evbarm/Makefile
|
|
@@ -3,7 +3,7 @@
|
|
# Makefile for evbarm tags file and boot blocks
|
|
|
|
# Find where ARM source files are for inclusion in tags
|
|
-.include <../arm/Makefile.inc>
|
|
+#.include <../arm/Makefile.inc>
|
|
|
|
TEVBARM= ${SYSDIR}/arch/evbarm/tags
|
|
SEVBARM= ${SYSDIR}/arch/evbarm/adi_brh/*.[ch]
|