From 26ef7179b0f6c3be8c76eefdca033392209ee42d Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 11 Sep 2012 13:19:59 +0000 Subject: AVR corrections from Richard Cochran; uIP webserver enhancements from Kate git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5126 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/avr/src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nuttx/arch/avr/src/Makefile') diff --git a/nuttx/arch/avr/src/Makefile b/nuttx/arch/avr/src/Makefile index 7034ef8f4..b72a6c8a8 100644 --- a/nuttx/arch/avr/src/Makefile +++ b/nuttx/arch/avr/src/Makefile @@ -40,8 +40,7 @@ ARCH_SRCDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src ifeq ($(CONFIG_ARCH_AVR32),y) ARCH_SUBDIR = avr32 -endif -ifeq ($(CONFIG_ARCH_AVR),y) +else ifeq ($(CONFIG_ARCH_AVR),y) ARCH_SUBDIR = avr endif -- cgit v1.2.3