add missing makefile
This commit is contained in:
parent
292c6a2efa
commit
c812c5f63d
2 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,7 +3,6 @@
|
|||
*~
|
||||
*.elf
|
||||
*.sym
|
||||
Makefile
|
||||
documentation/html/
|
||||
include/eduos/config.h
|
||||
include/eduos/config.inc
|
||||
|
|
4
mm/Makefile
Normal file
4
mm/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
C_source := memory.c
|
||||
MODULE := mm
|
||||
|
||||
include $(TOPDIR)/Makefile.inc
|
Loading…
Add table
Reference in a new issue