From 697a309ede936843ca8e1510827f0e7544237873 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 20 Apr 2008 09:46:45 +0000 Subject: add a gpio feature for devices supporting the generic GPIO interface git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10879 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/target.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/target.mk') diff --git a/include/target.mk b/include/target.mk index 4f10a3db2..ce842da79 100644 --- a/include/target.mk +++ b/include/target.mk @@ -126,6 +126,9 @@ ifeq ($(DUMP),1) .SILENT: $(TMP_CONFIG) .PRECIOUS: $(TMP_CONFIG) + ifneq ($(CONFIG_GENERIC_GPIO),) + FEATURES += gpio + endif ifneq ($(CONFIG_PCI),) FEATURES += pci endif -- cgit v1.2.3