X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fgpioctl%2FMakefile;h=50c4d3c65937bcb0b1c912c98b8ec4602a70b7be;hb=dc37a9bd6b283cb94c3da3670ea30edd10081a44;hp=f288ec9150152f915d73f509e6bbdc4772a17bfa;hpb=ab09debb66b84bcf763fa475feb80420232df791;p=openwrt.git diff --git a/package/gpioctl/Makefile b/package/gpioctl/Makefile index f288ec9150..50c4d3c659 100644 --- a/package/gpioctl/Makefile +++ b/package/gpioctl/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk @@ -19,6 +18,7 @@ define Package/gpioctl SECTION:=utils CATEGORY:=Utilities TITLE:=Tool for controlling gpio pins + DEPENDS:=@GPIO_SUPPORT endef define Package/gpioctl/description @@ -32,7 +32,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ - $(TARGET_CONFIGURE_OPTS) CFLAGS="$(TARGET_CFLAGS) -I$(LINUX_DIR)/include" + $(TARGET_CONFIGURE_OPTS) CFLAGS="$(TARGET_CFLAGS) -I$(LINUX_DIR)/include" endef define Package/gpioctl/install