mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
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]
|