summaryrefslogtreecommitdiff
path: root/apps/examples/usbserial
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/usbserial')
-rw-r--r--apps/examples/usbserial/Makefile2
-rw-r--r--apps/examples/usbserial/Makefile.host2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/usbserial/Makefile b/apps/examples/usbserial/Makefile
index ec7219505..9f7c7a814 100644
--- a/apps/examples/usbserial/Makefile
+++ b/apps/examples/usbserial/Makefile
@@ -61,7 +61,7 @@ ROOTDEPPATH = --dep-path .
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: clean depend distclean
diff --git a/apps/examples/usbserial/Makefile.host b/apps/examples/usbserial/Makefile.host
index a98ed8d5f..2dbaa7e92 100644
--- a/apps/examples/usbserial/Makefile.host
+++ b/apps/examples/usbserial/Makefile.host
@@ -33,7 +33,7 @@
#
############################################################################
-# TOPDIR must be defined on the make command line
+# TOPDIR must be defined on the make command line
-include $(TOPDIR)/Make.defs