summaryrefslogtreecommitdiff
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
8 8
9SRC:=$(shell cat $(ROOT_DIR)/SOURCES | $(CC) $(INCLUDES) \ 9SRC:=$(shell cat $(ROOT_DIR)/SOURCES | $(CC) $(INCLUDES) \
10 $(DEFINES) -E -P -include "config.h" - 2>/dev/null \ 10 $(DEFINES) -E -P -include "config.h" - 2>/dev/null \
11 | grep -v "^\#") 11 | grep -v "^#")
12SRC:=$(foreach src,$(SRC),$(BUILD_DIR)/$(src)) 12SRC:=$(foreach src,$(SRC),$(BUILD_DIR)/$(src))
13OBJ=$(SRC:.c=.o) 13OBJ=$(SRC:.c=.o)
14OBJ:=$(OBJ:.S=.o) 14OBJ:=$(OBJ:.S=.o)