aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/Makefile b/build/Makefile
index 4a145e9..fe8986b 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -33,10 +33,6 @@ vpath %.S $(dirs_colon)
vpath %.c $(dirs_colon)
vpath %.ld $(dirs_colon)
-echo :
- echo $(VPATH)
- echo $(CFLAGS)
-
%.o : %.c
$(if $(findstring /arm/,$<),\
$(ARM_CC) $(ARM_CFLAGS),$(HOST_CC) $(HOST_CFLAGS)) -c $< -o $@