Skip to content
Snippets Groups Projects
Commit 838d4b93 authored by Chrissi^ (Chris Fiege)'s avatar Chrissi^ (Chris Fiege) Committed by Andreas Ziegler
Browse files

doc/dev/package: Fix path to gluon.mk (#1774)


$(TOPDIR) does not contain a trailing slash.
Thus the 'gluon.mk'-include must include
the trailing slash. (Just like the link to
$(INCLUDE_DIR)/package.mk does.)

Signed-off-by: default avatarChris Fiege <chris@tinyhost.de>
parent 15a96691
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ Gluon package makefiles
As many packages share the same or a similar structure, Gluon provides a ``package/gluon.mk`` that
can be included for common definitions. This file replaces OpenWrt's ``$(INCLUDE_DIR)/package.mk``;
it is usually included as ``include ../gluon.mk`` from Gluon core packages, or as
``include $(TOPDIR)../package/gluon.mk`` from feeds.
``include $(TOPDIR)/../package/gluon.mk`` from feeds.
Provided macros
***************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment