aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 671ab6c..41311eb 100644
--- a/src/makefile
+++ b/src/makefile
@@ -26,7 +26,9 @@ LFLAGS += -lm
CFLAGS += $(if $(STM), -DHH_TARGET_STM32, )
CFLAGS += $(if $(DESKTOP), -DHH_TARGET_DESKTOP, )
-LOCAL_SRCS += main.c
+LOCAL_SRCS += main.c \
+ ppu/internals.c \
+ ppu/ppu.c
CFLAGS += $(SHARED_FLAGS)
LFLAGS += $(SHARED_FLAGS)