aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/gnumake-sub.mak
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/gnumake-sub.mak')
-rw-r--r--externals/grill/flext/buildsys/gnumake-sub.mak4
1 files changed, 3 insertions, 1 deletions
diff --git a/externals/grill/flext/buildsys/gnumake-sub.mak b/externals/grill/flext/buildsys/gnumake-sub.mak
index a7de50ce..f0b35db1 100644
--- a/externals/grill/flext/buildsys/gnumake-sub.mak
+++ b/externals/grill/flext/buildsys/gnumake-sub.mak
@@ -5,7 +5,9 @@ include $(BUILDPATH)config-$(PLATFORM)-$(RTSYS)-$(COMPILER).txt
# project specific definitions
# package info
-include $(PKGINFO)
+ifneq ($(PKGINFO),)
+ include $(PKGINFO)
+endif
# special settings
ifdef USRCONFIG