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