mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[build] Avoid rebuilding keymap files automatically
The keymap files, though autogenerated, are checked in to version control and should be considered as source files. They should never be automatically rebuilt. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1090,7 +1090,7 @@ endif # defined(BIN)
|
|||||||
# Keyboard maps
|
# Keyboard maps
|
||||||
#
|
#
|
||||||
|
|
||||||
hci/keymap/keymap_%.c : $(GENKEYMAP)
|
hci/keymap/keymap_%.c :
|
||||||
$(Q)$(PERL) $(GENKEYMAP) $* > $@
|
$(Q)$(PERL) $(GENKEYMAP) $* > $@
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user