summaryrefslogtreecommitdiffstats
path: root/utils/hwstub/stub/hwstub.make
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/stub/hwstub.make')
-rw-r--r--utils/hwstub/stub/hwstub.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/stub/hwstub.make b/utils/hwstub/stub/hwstub.make
index d51ca1df95..3938b0b070 100644
--- a/utils/hwstub/stub/hwstub.make
+++ b/utils/hwstub/stub/hwstub.make
@@ -8,7 +8,7 @@ LDFLAGS=-lgcc -Os -nostdlib -T$(TMP_LDS) -Wl,-Map,$(TMP_MAP) $(INCLUDES) -L$(BUI
SRC:=$(shell cat $(ROOT_DIR)/SOURCES | $(CC) $(INCLUDES) \
$(DEFINES) -E -P -include "config.h" - 2>/dev/null \
- | grep -v "^\#")
+ | grep -v "^#")
SRC:=$(foreach src,$(SRC),$(BUILD_DIR)/$(src))
OBJ=$(SRC:.c=.o)
OBJ:=$(OBJ:.S=.o)