Skip to content

Commit 9b68dc7

Browse files
committed
[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>
1 parent ddad96c commit 9b68dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.housekeeping

+1-1
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ endif # defined(BIN)
10901090
# Keyboard maps
10911091
#
10921092

1093-
hci/keymap/keymap_%.c : $(GENKEYMAP)
1093+
hci/keymap/keymap_%.c :
10941094
$(Q)$(PERL) $(GENKEYMAP) $* > $@
10951095

10961096
###############################################################################

0 commit comments

Comments
 (0)