mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-15 12:11:52 +00:00
28 lines
312 B
C
28 lines
312 B
C
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
#ifdef mkbi1_
|
|
#undef mkbi1_
|
|
#endif
|
|
|
|
#ifdef mkbi2_
|
|
#undef mkbi2_
|
|
#endif
|
|
|
|
#ifdef mkbi3_
|
|
#undef mkbi3_
|
|
#endif
|
|
|
|
#ifdef mkdepbi1_
|
|
#undef mkdepbi1_
|
|
#endif
|
|
|
|
#ifdef mkdepbi2_
|
|
#undef mkdepbi2_
|
|
#endif
|
|
|
|
#ifdef mkbi_cat_
|
|
#undef mkbi_cat_
|
|
#endif
|
|
|
|
// vim:fenc=utf-8:tw=75:noet
|