1234567891011121314151617181920212223242526272829303132333435 |
- ################################################################################
- #
- # Copyright (c) 2014 Minoca Corp. All Rights Reserved
- #
- # Module Name:
- #
- # Boot Configuration Library (Build)
- #
- # Abstract:
- #
- # This module implements the boot configuration support library (in the
- # build environment).
- #
- # Author:
- #
- # Evan Green 20-Feb-2014
- #
- # Environment:
- #
- # Build
- #
- ################################################################################
- BINARY = bconflib.a
- BINARYTYPE = library
- BUILD = yes
- VPATH += $(SRCDIR)/..:
- include $(SRCDIR)/../sources
- include $(SRCROOT)/os/minoca.mk
|