add missing makefile
This commit is contained in:
parent
6df543700e
commit
c9cb791ce1
2 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,5 +3,4 @@
|
|||
*~
|
||||
*.elf
|
||||
*.sym
|
||||
Makefile
|
||||
include/eduos/config.h
|
||||
|
|
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