Skip to content

Commit

Permalink
CRIS v32: Add new driver files for Artpec-3.
Browse files Browse the repository at this point in the history
Adds gpio and nandflash handling for Artpec-3.
  • Loading branch information
Jesper Nilsson authored and Jesper Nilsson committed Feb 8, 2008
1 parent 923dd2a commit 18a1e01
Show file tree
Hide file tree
Showing 3 changed files with 1,168 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/cris/arch-v32/drivers/mach-a3/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# Makefile for Etrax-specific drivers
#

obj-$(CONFIG_ETRAX_NANDFLASH) += nandflash.o
obj-$(CONFIG_ETRAX_GPIO) += gpio.o
Loading

0 comments on commit 18a1e01

Please sign in to comment.