diff --git a/drivers/stderr/Makefile b/drivers/stderr/Makefile new file mode 100644 index 00000000..05d06d5c --- /dev/null +++ b/drivers/stderr/Makefile @@ -0,0 +1,4 @@ +C_source := stderr.c +MODULE := drivers_stderr + +include $(TOPDIR)/Makefile.inc diff --git a/drivers/stdin/Makefile b/drivers/stdin/Makefile new file mode 100644 index 00000000..f2429096 --- /dev/null +++ b/drivers/stdin/Makefile @@ -0,0 +1,4 @@ +C_source := stdin.c +MODULE := drivers_stdin + +include $(TOPDIR)/Makefile.inc diff --git a/drivers/stdout/Makefile b/drivers/stdout/Makefile new file mode 100644 index 00000000..a7053f06 --- /dev/null +++ b/drivers/stdout/Makefile @@ -0,0 +1,4 @@ +C_source := stdout.c +MODULE := drivers_stdout + +include $(TOPDIR)/Makefile.inc