mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-28 12:25:19 +01:00
18 lines
317 B
Makefile
18 lines
317 B
Makefile
|
## @file
|
||
|
# GNU/Linux makefile for 'VolInfo' module build.
|
||
|
#
|
||
|
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
||
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
#
|
||
|
MAKEROOT ?= ..
|
||
|
|
||
|
APPNAME = VolInfo
|
||
|
|
||
|
OBJECTS = VolInfo.o
|
||
|
|
||
|
include $(MAKEROOT)/Makefiles/app.makefile
|
||
|
|
||
|
LIBS = -lCommon
|
||
|
|
||
|
|