2010-03-04 19:57:31 +08:00
|
|
|
## @file
|
2013-08-23 10:18:16 +08:00
|
|
|
# GNU/Linux makefile for 'VolInfo' module build.
|
2010-03-04 19:57:31 +08:00
|
|
|
#
|
2018-01-31 19:59:57 +08:00
|
|
|
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 07:03:11 +08:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2010-03-04 19:57:31 +08:00
|
|
|
#
|
|
|
|
MAKEROOT ?= ..
|
|
|
|
|
|
|
|
APPNAME = VolInfo
|
|
|
|
|
|
|
|
OBJECTS = VolInfo.o
|
|
|
|
|
|
|
|
include $(MAKEROOT)/Makefiles/app.makefile
|
|
|
|
|
|
|
|
LIBS = -lCommon
|
|
|
|
|
|
|
|
|