mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 18:28:25 +00:00
Setting up AVR build environment
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3679 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
ce761cd85a
commit
b80d72379f
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue