1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

boards: x86: fix x86-multiboot-common module name

This commit is contained in:
Kaspar Schleiser 2016-03-05 22:31:13 +01:00
parent 08b8ac4ba1
commit db096931ac
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
include $(RIOTBOARD)/x86-multiboot-common/Makefile.include
USEMODULE += x86-multiboot-common
CFLAGS += -march=i686 -mtune=i686
@ -23,3 +23,5 @@ debug-gdb: debug
DEBUGGER_FLAGS = "x-terminal-emulator -e gdb -ex 'target remote :1234' --args $(ELFFILE)"
debug:
include $(RIOTBOARD)/x86-multiboot-common/Makefile.include

View File

@ -1,3 +1,3 @@
MODULE = board
MODULE = x86-multiboot-common
include $(RIOTBASE)/Makefile.base

View File

@ -46,7 +46,7 @@ LINKFLAGS += -m32 -nostdlib -nostdinc -nostartfiles -nodefaultlibs \
--prefix=$(NEWLIB_BASE) \
-Wl,-rpath,$(NEWLIB_BASE)/lib \
-T$(RIOTBASE)/boards/x86-multiboot-common/linker.ld
UNDEF += $(BINDIR)board/startup.o
UNDEF += $(BINDIR)x86-multiboot-common/startup.o
BASELIBS += $(NEWLIB_BASE)/lib/libc.a \
$(NEWLIB_BASE)/lib/libm.a