From db862f13a1da973021ad6fd04ab4c1d647bcf1a8 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Thu, 30 Jul 2015 15:15:31 +0200 Subject: [PATCH] sys/shell_commands: fixed formatting in Makefile --- sys/shell/commands/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/shell/commands/Makefile b/sys/shell/commands/Makefile index 02c420bb62..911b018647 100644 --- a/sys/shell/commands/Makefile +++ b/sys/shell/commands/Makefile @@ -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