Skip to content

Commit

Permalink
CRIS v32: Add new driver files for Etrax-FS
Browse files Browse the repository at this point in the history
Adds gpio and nandflash handling for Etrax-FS
  • Loading branch information
Jesper Nilsson authored and Jesper Nilsson committed Feb 8, 2008
1 parent 18a1e01 commit 6107c61
Show file tree
Hide file tree
Showing 3 changed files with 1,149 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/cris/arch-v32/drivers/mach-fs/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 6107c61

Please sign in to comment.