fusee: inject our kernel_ldr in place of N's
This commit is contained in:
12
mesosphere/Makefile
Normal file
12
mesosphere/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
MODULES := kernel_ldr
|
||||
|
||||
SUBFOLDERS := $(MODULES)
|
||||
|
||||
TOPTARGETS := all clean
|
||||
|
||||
$(TOPTARGETS): $(SUBFOLDERS)
|
||||
|
||||
$(SUBFOLDERS):
|
||||
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||
|
||||
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)
|
||||
@@ -151,7 +151,7 @@ SECTIONS
|
||||
*(.dynbss)
|
||||
*(.bss .bss.* .gnu.linkonce.b.*)
|
||||
*(COMMON)
|
||||
. = ALIGN(8);
|
||||
. = ALIGN(16);
|
||||
|
||||
/* Reserve space for the stack */
|
||||
__stack_start = .;
|
||||
|
||||
Reference in New Issue
Block a user