add missing makefile

This commit is contained in:
Stefan Lankes 2013-11-28 14:35:01 +01:00
parent e3ba77995c
commit 29ce094d9c
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -3,5 +3,4 @@
*~ *~
*.elf *.elf
*.sym *.sym
Makefile
include/eduos/config.h include/eduos/config.h

4
mm/Makefile Normal file
View file

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