From c921d802cf0afe28a574157c1a66c1aebf280d3d Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 14 Aug 2012 15:45:53 +0000 Subject: Fixes to apps/*/Make.defs files needed for auto-configuration build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5027 42af7a65-404d-4744-a932-0658087f49c3 --- apps/modbus/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/modbus/Make.defs') diff --git a/apps/modbus/Make.defs b/apps/modbus/Make.defs index a1165c1bd..11a55aa31 100644 --- a/apps/modbus/Make.defs +++ b/apps/modbus/Make.defs @@ -34,7 +34,7 @@ # ############################################################################ -if ($(CONFIG_MODBUS),y) +ifeq ($(CONFIG_MODBUS),y) CONFIGURED_APPS += modbus endif -- cgit v1.2.3