From ee3050897a683d52c9c7c147acceafa6f5d1c690 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 2 Feb 2014 17:59:06 +0100 Subject: [PATCH] Some fine tuning after the recent general modularization. --- cpu/6502/Makefile.6502 | 2 ++ cpu/6502/Makefile.customrules-6502 | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/6502/Makefile.6502 b/cpu/6502/Makefile.6502 index 59ad3bc07..e043ab9d0 100644 --- a/cpu/6502/Makefile.6502 +++ b/cpu/6502/Makefile.6502 @@ -37,6 +37,8 @@ endif all: cs8900a.eth lan91c96.eth w5100.eth +.SUFFIXES: + CONTIKI_TARGET_DIRS = . lib sys CONTIKI_CPU_DIRS = . lib sys ctk net diff --git a/cpu/6502/Makefile.customrules-6502 b/cpu/6502/Makefile.customrules-6502 index b2835a1ff..80b22294e 100644 --- a/cpu/6502/Makefile.customrules-6502 +++ b/cpu/6502/Makefile.customrules-6502 @@ -1,5 +1,3 @@ -.SUFFIXES: - CUSTOM_RULE_C_TO_OBJECTDIR_O = 1 $(OBJECTDIR)/%.o: %.c | $(OBJECTDIR) $(TRACE_CC)