Kernel/vfs - Fixed bug in VFS_ParsePath
[tpg/acess2.git] / Kernel / arch / arm7 / Makefile
index e7102f0..21da172 100644 (file)
@@ -20,4 +20,8 @@ endif
 CPPFLAGS += -DMMU_PRESENT=$(MMU_PRESENT) -DPCI_ADDRESS=$(PCI_ADDRESS)
 LDFLAGS += `$(CC) --print-libgcc-file-name`
 
-A_OBJ  = start.ao main.o lib.o time.o pci.o
+A_OBJ  = start.ao main.o lib.o time.o pci.o debug.o
+A_OBJ += mm_phys.o mm_virt.o proc.o proc.ao
+
+main.c: Makefile.BuildNum.$(ARCH)
+

UCC git Repository :: git.ucc.asn.au