mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #3529 from haukepetersen/fix_sc_makefile
sys/shell_commands: fixed formatting in Makefile
This commit is contained in:
commit
de6113abbe
@ -59,13 +59,13 @@ ifneq (,$(filter ng_netif,$(USEMODULE)))
|
||||
SRC += sc_netif.c
|
||||
endif
|
||||
ifneq (,$(filter fib,$(USEMODULE)))
|
||||
SRC += sc_fib.c
|
||||
SRC += sc_fib.c
|
||||
endif
|
||||
ifneq (,$(filter ng_ipv6_nc,$(USEMODULE)))
|
||||
SRC += sc_ipv6_nc.c
|
||||
SRC += sc_ipv6_nc.c
|
||||
endif
|
||||
ifneq (,$(filter ng_icmpv6_echo vtimer,$(USEMODULE)))
|
||||
SRC += sc_icmpv6_echo.c
|
||||
SRC += sc_icmpv6_echo.c
|
||||
endif
|
||||
ifneq (,$(filter ng_zep ng_ipv6_addr,$(USEMODULE)))
|
||||
SRC += sc_zep.c
|
||||
|
Loading…
Reference in New Issue
Block a user