summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.top
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/Makefile.top')
-rw-r--r--makefiles/Makefile.top5
1 files changed, 0 insertions, 5 deletions
diff --git a/makefiles/Makefile.top b/makefiles/Makefile.top
index a4ef4ec..99651fc 100644
--- a/makefiles/Makefile.top
+++ b/makefiles/Makefile.top
@@ -23,8 +23,6 @@
# Set to "yes" if it can.
# DESTDIR Sandboxed FS root (e.g. for packaging)
# HOST Host platform identifier
-# PREFIX Absolute installation path prefix
-# (defaults to /usr/local)
# REQUIRED_PKGS List of required pkg-config packages
#
# The client may also override all toolchain settings, including:
@@ -116,9 +114,6 @@ BUILDDIR ?= build-$(HOST)-$(TARGET)-$(BUILD)-$(COMPONENT_TYPE)
COVERAGEDIR := $(BUILDDIR)/coverage
DOCDIR := $(BUILDDIR)/docs
-# Default prefix
-PREFIX ?= /usr/local
-
# Determine if we want to build testcases
ifeq ($(MAKECMDGOALS),test)
WANT_TEST := yes