blob: 81b99f25db4ab831d7938bd83fe35e8cc0e50210 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
## @file
# GNU/Linux makefile for 'FMMT' module build.
#
# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
MAKEROOT ?= ..
APPNAME = FMMT
LIBS = -lCommon
OBJECTS = FmmtLib.o Rebase.o FirmwareModuleManagement.o
include $(MAKEROOT)/Makefiles/app.makefile
|