From c027c1664a797dbb297bef7dac190779aa1ab417 Mon Sep 17 00:00:00 2001 From: dak664 Date: Wed, 1 Dec 2010 15:09:06 +0000 Subject: [PATCH] Informative error when bogus platform is used in a contiki build --- platform/avr-ravenlcd/Makefile.avr-ravenlcd | 1 + 1 file changed, 1 insertion(+) create mode 100644 platform/avr-ravenlcd/Makefile.avr-ravenlcd diff --git a/platform/avr-ravenlcd/Makefile.avr-ravenlcd b/platform/avr-ravenlcd/Makefile.avr-ravenlcd new file mode 100644 index 000000000..674eeb50f --- /dev/null +++ b/platform/avr-ravenlcd/Makefile.avr-ravenlcd @@ -0,0 +1 @@ +$(error avr-ravenlcd is not a contiki platform yet. $$make in this directory, or use the AVR studio project)