2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-02-19 12:04:32 +00: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:
Michael Brown 2011-03-16 14:06:46 +00:00
parent ddad96cd23
commit 9b68dc78b9

View File

@ -1090,7 +1090,7 @@ endif # defined(BIN)
# Keyboard maps
#
hci/keymap/keymap_%.c : $(GENKEYMAP)
hci/keymap/keymap_%.c :
$(Q)$(PERL) $(GENKEYMAP) $* > $@
###############################################################################