Kernel - Added untested armv6 tree (mostly copypasta of armv7)
[tpg/acess2.git] / KernelLand / Kernel / arch / armv6 / Makefile
diff --git a/KernelLand/Kernel/arch/armv6/Makefile b/KernelLand/Kernel/arch/armv6/Makefile
new file mode 100644 (file)
index 0000000..b6768e3
--- /dev/null
@@ -0,0 +1,21 @@
+#
+# Acess2 Kernel
+# arm7 Architecture Makefile
+# arch/arm7/Makefile
+
+CPPFLAGS       =
+CFLAGS         =
+ASFLAGS                =
+
+CPPFLAGS += -DMMU_PRESENT=1
+LDFLAGS += 
+LIBGCC_PATH = $(shell $(CC) --print-libgcc-file-name)
+
+A_OBJ  = start.ao main.o lib.o lib.ao time.o pci.o debug.o
+A_OBJ += mm_phys.o mm_virt.o proc.o proc.ao
+
+#main.c: Makefile.BuildNum.$(ARCH)
+
+ifeq ($(PLATFORM),tegra2)
+       POSTBUILD = arm-elf-objcopy $(BIN) -O binary $(BIN)
+endif

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