X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=kitten%2Fdrivers%2Fconsole%2FMakefile;fp=kitten%2Fdrivers%2Fconsole%2FMakefile;h=4c2ee8aac94a9a4bbc5bc55f8bd5cf50827a72d4;hb=66a1a4c7a9edcd7d8bc207aca093d694a6e6b5b2;hp=0000000000000000000000000000000000000000;hpb=f7cf9c19ecb0a589dd45ae0d2c91814bd3c2acc2;p=palacios.git diff --git a/kitten/drivers/console/Makefile b/kitten/drivers/console/Makefile new file mode 100644 index 0000000..4c2ee8a --- /dev/null +++ b/kitten/drivers/console/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_VGA_CONSOLE) += vga.o +obj-$(CONFIG_SERIAL_CONSOLE) += serial.o +obj-$(CONFIG_RCAL0_CONSOLE) += rcal0.o