summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-05 11:25:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-05 11:25:36 -0600
commit5b0c816bc8364380317aa3fe59ffb5a10b73d13c (patch)
treecc14000e6a249e23c86a8ddd85403da0df671e4a /nuttx/arch/avr/src/Makefile
parentcceae2d83701fcc9def3fc6ec3a91ee3c0d03c21 (diff)
downloadpx4-nuttx-5b0c816bc8364380317aa3fe59ffb5a10b73d13c.tar.gz
px4-nuttx-5b0c816bc8364380317aa3fe59ffb5a10b73d13c.tar.bz2
px4-nuttx-5b0c816bc8364380317aa3fe59ffb5a10b73d13c.zip
Create AVR32 Kconfig files; reshuffled lots of configuration names
Diffstat (limited to 'nuttx/arch/avr/src/Makefile')
-rw-r--r--nuttx/arch/avr/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/avr/src/Makefile b/nuttx/arch/avr/src/Makefile
index c3d2f9816..2220bbfde 100644
--- a/nuttx/arch/avr/src/Makefile
+++ b/nuttx/arch/avr/src/Makefile
@@ -36,9 +36,9 @@
-include $(TOPDIR)/Make.defs
-include chip/Make.defs
-ifeq ($(CONFIG_ARCH_AVR32),y)
+ifeq ($(CONFIG_ARCH_FAMILY_AVR32),y)
ARCH_SUBDIR = avr32
-else ifeq ($(CONFIG_ARCH_AVR),y)
+else ifeq ($(CONFIG_ARCH_FAMILY_AVR),y)
ARCH_SUBDIR = avr
endif