diff options
author | Syrone Wong <wong.syrone@gmail.com> | 2015-05-29 11:15:10 +0800 |
---|---|---|
committer | Syrone Wong <wong.syrone@gmail.com> | 2015-05-29 11:15:10 +0800 |
commit | c8a8bea8e3bfd55ecd06e839636b34deea53468a (patch) | |
tree | cbb5f347a41e271dd85edb99b7d193b617726dcb /net/ethtool | |
parent | f9f4ba7d1e161ff4717f59d0c5bcc2b73179579e (diff) |
ethtool: add missing quotation mark in Makefile
Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
Diffstat (limited to 'net/ethtool')
-rw-r--r-- | net/ethtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethtool/Makefile b/net/ethtool/Makefile index 818a011ff..a3924f4a5 100644 --- a/net/ethtool/Makefile +++ b/net/ethtool/Makefile @@ -40,7 +40,7 @@ define Package/ethtool/description endef define Package/ethtool/config - source "$(SOURCE)/Config.in + source "$(SOURCE)/Config.in" endef ifeq ($(CONFIG_ETHTOOL_PRETTY_DUMP),y) |