Skip to content

Commit

Permalink
[build] Avoid rebuilding keymap files automatically
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mcb30 committed Mar 16, 2011
1 parent ddad96c commit 9b68dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.housekeeping
Expand Up @@ -1090,7 +1090,7 @@ endif # defined(BIN)
# Keyboard maps
#

hci/keymap/keymap_%.c : $(GENKEYMAP)
hci/keymap/keymap_%.c :
$(Q)$(PERL) $(GENKEYMAP) $* > $@

###############################################################################
Expand Down

0 comments on commit 9b68dc7

Please sign in to comment.