summaryrefslogtreecommitdiffstats
path: root/drivers/video/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r--drivers/video/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index a9a66455d..3e31a5fdc 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -131,6 +131,9 @@ include $(TOPDIR)/Rules.make
clean:
rm -f core *.o *.a *.s
+../conmakehash: ../conmakehash.c
+ $(HOSTCC) $(HOSTCFLAGS) -o ../conmakehash ../conmakehash.c
+
promcon_tbl.c: prom.uni ../char/conmakehash
../char/conmakehash prom.uni | \
sed -e '/#include <[^>]*>/p' -e 's/types/init/' \