add some drivers Makefiles
This commit is contained in:
parent
6c45e03d0e
commit
2f6bf8219f
3 changed files with 12 additions and 0 deletions
4
drivers/stderr/Makefile
Normal file
4
drivers/stderr/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
C_source := stderr.c
|
||||
MODULE := drivers_stderr
|
||||
|
||||
include $(TOPDIR)/Makefile.inc
|
4
drivers/stdin/Makefile
Normal file
4
drivers/stdin/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
C_source := stdin.c
|
||||
MODULE := drivers_stdin
|
||||
|
||||
include $(TOPDIR)/Makefile.inc
|
4
drivers/stdout/Makefile
Normal file
4
drivers/stdout/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
C_source := stdout.c
|
||||
MODULE := drivers_stdout
|
||||
|
||||
include $(TOPDIR)/Makefile.inc
|
Loading…
Add table
Reference in a new issue