1234567891011121314151617181920212223242526272829 |
- ################################################################################
- #
- # Copyright (c) 2014 Minoca Corp. All Rights Reserved
- #
- # Module Name:
- #
- # Platform
- #
- # Abstract:
- #
- # This directory platform support drivers.
- #
- # Author:
- #
- # Evan Green 4-Dec-2014
- #
- # Environment:
- #
- # Kernel
- #
- ################################################################################
- DIRS = goec \
- quark \
- rockchip \
- ti \
- include $(SRCROOT)/os/minoca.mk
|