12345678910111213141516171819202122232425262728293031 |
- ################################################################################
- #
- # Copyright (c) 2015 Minoca Corp.
- #
- # This file is licensed under the terms of the GNU General Public License
- # version 3. Alternative licensing terms are available. Contact
- # info@minocacorp.com for details. See the LICENSE file at the root of this
- # project for complete licensing information.
- #
- # Module Name:
- #
- # RockChip
- #
- # Abstract:
- #
- # This directory contains GPIO drivers for RockChip SoCs.
- #
- # Author:
- #
- # Evan Green 25-Aug-2015
- #
- # Environment:
- #
- # Kernel
- #
- ################################################################################
- DIRS = rk32 \
- include $(SRCROOT)/os/minoca.mk
|