mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #4970 from kaspar030/fix_board_common_module_names
boards: fix board common module names
This commit is contained in:
commit
49a7368c33
@ -1,4 +1,4 @@
|
||||
MODULE = board
|
||||
MODULE = msb-430-common
|
||||
|
||||
DIRS = drivers
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
USEMODULE += msb-430-common
|
||||
include $(RIOTBOARD)/msb-430-common/Makefile.include
|
||||
|
@ -1 +1,2 @@
|
||||
USEMODULE += msb-430-common
|
||||
include $(RIOTBOARD)/msb-430-common/Makefile.include
|
||||
|
@ -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,4 +1,4 @@
|
||||
MODULE = board
|
||||
MODULE = wsn430-common
|
||||
|
||||
DIRS = drivers
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
USEMODULE += wsn430-common
|
||||
include $(RIOTBOARD)/wsn430-common/Makefile.include
|
||||
|
@ -1 +1,2 @@
|
||||
USEMODULE += wsn430-common
|
||||
include $(RIOTBOARD)/wsn430-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…
Reference in New Issue
Block a user