]> code.delx.au - refind/blob - mok/Make.tiano
Sort Fedora's rescue kernel (vmlinuz-0-rescue*) to the end of the list
[refind] / mok / Make.tiano
1 #
2 # mok/Make.tiano
3 # Build control file for Secure Boot components of rEFInd, using TianoCore EDK2
4 #
5 # This program is licensed under the terms of the GNU GPL, version 3,
6 # or (at your option) any later version.
7 # You should have received a copy of the GNU General Public License
8 # along with this program. If not, see <http://www.gnu.org/licenses/>.
9
10 include ../Make.common
11
12 SOURCE_NAMES = guid mok security_policy simple_file
13 OBJS = $(SOURCE_NAMES:=.obj)
14
15 all: $(AR_TARGET)
16
17 $(AR_TARGET): $(OBJS)
18 $(AR) -cr $(AR_TARGET).lib $(OBJS)
19
20 clean:
21 make clean