X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fconsole%2FMakefile;h=ac46cc3f6a2a1286586d51cc3bec3dce23ff0d19;hb=211c8d4942edf2f3337820dda101da6b13c8a19a;hp=9b26dda18a38c1e13fde4b3b92610a36d840d7ef;hpb=70ac551651a2c5a234b703d9a495817f2ca09639;p=linux-2.6 diff --git a/drivers/video/console/Makefile b/drivers/video/console/Makefile index 9b26dda18a..ac46cc3f6a 100644 --- a/drivers/video/console/Makefile +++ b/drivers/video/console/Makefile @@ -47,7 +47,7 @@ targets := promcon_tbl.c quiet_cmd_conmakehash = CNMKHSH $@ cmd_conmakehash = scripts/conmakehash $< | \ sed -e '/\#include <[^>]*>/p' -e 's/types/init/' \ - -e 's/dfont\(_uni.*\]\)/promfont\1 __initdata/' > $@ + -e 's/dfont\(_uni.*\]\)/promfont\1 /' > $@ $(obj)/promcon_tbl.c: $(src)/prom.uni $(call cmd,conmakehash)