From 41815ee5c8e09f3d3fca0e38045d99f9f4da5e12 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 25 Oct 2007 21:08:46 +0000 Subject: add feature flag for display support. will be used as dependency for x.org SVN-Revision: 9448 --- include/target.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/target.mk b/include/target.mk index 9156789..757d178 100644 --- a/include/target.mk +++ b/include/target.mk @@ -117,6 +117,9 @@ ifeq ($(DUMP),1) ifneq ($(CONFIG_PCMCIA)$(CONFIG_PCCARD),) FEATURES += pcmcia endif + ifneq ($(CONFIG_VGA_CONSOLE)$(CONFIG_FB),) + FEATURES += display + endif # remove duplicates FEATURES:=$(sort $(FEATURES)) -- cgit v1.1