aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefile b/makefile
index d1aec94..d00ca10 100644
--- a/makefile
+++ b/makefile
@@ -19,7 +19,11 @@ USER_CPU_SRCS = \
$(wildcard src/$(LOGIN)/mips_cpu.c) \
$(wildcard src/$(LOGIN)/mips_cpu.cpp) \
$(wildcard src/$(LOGIN)/mips_cpu_*.c) \
- $(wildcard src/$(LOGIN)/mips_cpu_*.cpp)
+ $(wildcard src/$(LOGIN)/mips_cpu_*.cpp) \
+ $(wildcard src/$(LOGIN)/*/*.c) \
+ $(wildcard src/$(LOGIN)/*/*.cpp) \
+ $(wildcard src/$(LOGIN)/*/*.c) \
+ $(wildcard src/$(LOGIN)/*/*.cpp)
USER_CPU_OBJECTS = $(patsubst %.c,%.o,$(patsubst %.cpp,%.o,$(USER_CPU_SRCS)))