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:
parent
08b8ac4ba1
commit
db096931ac
@ -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
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
MODULE = board
|
||||
MODULE = x86-multiboot-common
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user