Browse Source

[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>
tags/v1.20.1
Michael Brown 13 years ago
parent
commit
9b68dc78b9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile.housekeeping

+ 1
- 1
src/Makefile.housekeeping View File

1090
 # Keyboard maps
1090
 # Keyboard maps
1091
 #
1091
 #
1092
 
1092
 
1093
-hci/keymap/keymap_%.c : $(GENKEYMAP)
1093
+hci/keymap/keymap_%.c :
1094
 	$(Q)$(PERL) $(GENKEYMAP) $* > $@
1094
 	$(Q)$(PERL) $(GENKEYMAP) $* > $@
1095
 
1095
 
1096
 ###############################################################################
1096
 ###############################################################################

Loading…
Cancel
Save