add some drivers Makefiles

This commit is contained in:
Marian Ohligs 2011-04-26 17:01:09 +02:00
parent 6c45e03d0e
commit 2f6bf8219f
3 changed files with 12 additions and 0 deletions

4
drivers/stderr/Makefile Normal file
View file

@ -0,0 +1,4 @@
C_source := stderr.c
MODULE := drivers_stderr
include $(TOPDIR)/Makefile.inc

4
drivers/stdin/Makefile Normal file
View file

@ -0,0 +1,4 @@
C_source := stdin.c
MODULE := drivers_stdin
include $(TOPDIR)/Makefile.inc

4
drivers/stdout/Makefile Normal file
View file

@ -0,0 +1,4 @@
C_source := stdout.c
MODULE := drivers_stdout
include $(TOPDIR)/Makefile.inc