From cb336ef5d2995014cb4f2ab74db2756621144c74 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 7 Jun 2011 21:09:02 +0000 Subject: Setting up AVR build environment git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3679 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/avr/src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/arch/avr') diff --git a/nuttx/arch/avr/src/Makefile b/nuttx/arch/avr/src/Makefile index 1704aad62..258501b76 100644 --- a/nuttx/arch/avr/src/Makefile +++ b/nuttx/arch/avr/src/Makefile @@ -39,6 +39,8 @@ ARCH_SRCDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src ifeq ($(CONFIG_ARCH_AVR32),y) ARCH_SUBDIR = avr32 +ifeq ($(CONFIG_ARCH_AVR),y) +ARCH_SUBDIR = avr endif ifeq ($(WINTOOL),y) -- cgit v1.2.3