From f0e3996e0777dfa2e1c16346ac9c212dcc29b20f Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 27 May 2007 21:00:59 +0000 Subject: [PATCH] For now delegate all work to the 6502 makefile. --- platform/c64/Makefile.c64 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 platform/c64/Makefile.c64 diff --git a/platform/c64/Makefile.c64 b/platform/c64/Makefile.c64 new file mode 100644 index 000000000..d3c819f67 --- /dev/null +++ b/platform/c64/Makefile.c64 @@ -0,0 +1,2 @@ +CONTIKI_CPU = $(CONTIKI)/cpu/6502 +include $(CONTIKI_CPU)/Makefile.6502