forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/tty/vt/Makefile
....@@ -12,10 +12,12 @@
1212 # Files generated that shall be removed upon make clean
1313 clean-files := consolemap_deftbl.c defkeymap.c
1414
15
-quiet_cmd_conmk = CONMK $@
16
- cmd_conmk = scripts/conmakehash $< > $@
15
+hostprogs += conmakehash
1716
18
-$(obj)/consolemap_deftbl.c: $(src)/$(FONTMAPFILE)
17
+quiet_cmd_conmk = CONMK $@
18
+ cmd_conmk = $(obj)/conmakehash $< > $@
19
+
20
+$(obj)/consolemap_deftbl.c: $(src)/$(FONTMAPFILE) $(obj)/conmakehash
1921 $(call cmd,conmk)
2022
2123 $(obj)/defkeymap.o: $(obj)/defkeymap.c